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

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

Paxos ID of the crypto deposit to reject. To retrieve the ID, log in to your Paxos account and go to the Activity tab. Download the CSV activity file and check the ID column.

Body

application/json

Response

A successful response.

The response is of type object.