curl --request POST \
--url https://api.paxos.com/v2/sandbox/fiat-deposits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "10.00",
"asset": "USD",
"memo_id": "3CFXQSCMSPLFHXLZ",
"fiat_network_instructions": {
"wire": {
"account_number": "12345678",
"fiat_account_owner_address": {
"country": "USA",
"address1": "456 Main Street, NY",
"city": "New York",
"province": "NY",
"address2": "",
"zip_code": "10101"
},
"routing_details": {
"routing_number_type": "ABA",
"routing_number": "123456789",
"bank_name": "Customers Bank",
"bank_address": {
"country": "USA",
"address1": "123 Bank Street",
"city": "New York",
"province": "NY",
"address2": "",
"zip_code": "10101"
}
}
}
},
"fiat_account_owner": {
"institution_details": {
"name": "SomeCorp, Inc."
}
}
}
'{}Initiate a test fiat deposit in the sandbox environment.
The deposit will be processed based on memo_id from a previous Fiat Deposit Instructions response.
This functionality is only available in the sandbox environment.
curl --request POST \
--url https://api.paxos.com/v2/sandbox/fiat-deposits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "10.00",
"asset": "USD",
"memo_id": "3CFXQSCMSPLFHXLZ",
"fiat_network_instructions": {
"wire": {
"account_number": "12345678",
"fiat_account_owner_address": {
"country": "USA",
"address1": "456 Main Street, NY",
"city": "New York",
"province": "NY",
"address2": "",
"zip_code": "10101"
},
"routing_details": {
"routing_number_type": "ABA",
"routing_number": "123456789",
"bank_name": "Customers Bank",
"bank_address": {
"country": "USA",
"address1": "123 Bank Street",
"city": "New York",
"province": "NY",
"address2": "",
"zip_code": "10101"
}
}
}
},
"fiat_account_owner": {
"institution_details": {
"name": "SomeCorp, Inc."
}
}
}
'{}transfer:write_sandbox_fiat_deposit
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The amount to deposit.
The asset to deposit. Current supported asset: "USD".
The string that the client must provide in the memo field on their deposit to credit their Paxos platform balance.
Show child attributes
Show child attributes
The FiatAccount owner's bank account number.
A mailing address.
Show child attributes
353535353535Show child attributes
ABA, SWIFT The routing number.
The name of the bank.
A mailing address.
Show child attributes
353535353535Show child attributes
ABA, SWIFT The routing number.
The name of the bank.
A mailing address.
Show child attributes
353535353535Show child attributes
A successful response.
The response is of type object.
Was this page helpful?