v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Crypto Deposits

Reject Crypto Deposit

Reject a crypto deposit which is waiting for required travel rule information about the originator address. If the rejected deposit has any status other than NEEDS_INFO, the request will return an error. Only the creator of the crypto deposit can reject it.

post/transfer/crypto-deposits/{id}/reject

Path parameters

idstring 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.

Request body

identity_idstring required

The Identity (identity_id) of the end user that requests to reject the deposit.

Example request

{
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264"
}

Response

A successful response.

RejectCryptoDepositResponse required