Skip to main content
POST
/
transfer
/
crypto-deposits
/
{id}
/
reject
Reject Crypto Deposit
curl --request POST \
  --url https://api.paxos.com/v2/transfer/crypto-deposits/{id}/reject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264"
}'
{}
OAuth Scope
transfer:reject_crypto_deposit

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json
identity_id
string
required

Response