Skip to main content
POST
/
transfer
/
fiat-withdrawals
Create Fiat Withdrawal
curl --request POST \
  --url https://api.paxos.com/v2/transfer/fiat-withdrawals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": "12.34",
  "asset": "USD",
  "fiat_account_id": "caa82b32-8abd-4899-afdc-f9d4bf9b4e98",
  "profile_id": "5fc6d191-193c-4e28-94fa-656bbdbdfaad",
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264"
}'
{
  "id": "f190b163-208f-4d73-8deb-4fb8b24add00",
  "customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339",
  "profile_id": "5fc6d191-193c-4e28-94fa-656bbdbdfaad",
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264",
  "amount": "10.00",
  "total": "10.00",
  "fee": "0.0000000",
  "asset": "USD",
  "balance_asset": "USD",
  "direction": "DEBIT",
  "type": "CUBIX_WITHDRAWAL",
  "status": "PENDING",
  "created_at": "2023-07-13T18:36:08.737Z",
  "updated_at": "2023-07-13T18:36:08.737Z",
  "fiat_account_id": "caa82b32-8abd-4899-afdc-f9d4bf9b4e98"
}
OAuth Scope
transfer:write_fiat_withdrawal

Authorizations

Authorization
string
header
required

Body

application/json
asset
string
required
fiat_account_id
string
required
profile_id
string
required
ref_id
string
amount
string
identity_id
string
account_id
string
metadata
object
memo
string
Maximum length: 500
total
string

Response

id
string
required
customer_id
string
required
profile_id
string
required
amount
string
required
total
string
required
fee
string
required
asset
string
required
direction
enum<string>
required
Available options:
CREDIT,
DEBIT
type
enum<string>
required
Available options:
INTERNAL_TRANSFER_DEBIT,
INTERNAL_TRANSFER_CREDIT,
CRYPTO_DEPOSIT,
CRYPTO_WITHDRAWAL,
WIRE_DEPOSIT,
WIRE_WITHDRAWAL,
SEN_DEPOSIT,
SEN_WITHDRAWAL,
BANK_DEPOSIT,
BANK_WITHDRAWAL,
PAXOS_TRANSFER_DEBIT,
PAXOS_TRANSFER_CREDIT,
SIGNET_DEPOSIT,
SIGNET_WITHDRAWAL,
CBIT_WITHDRAWAL,
CBIT_DEPOSIT,
CUBIX_DEPOSIT,
CUBIX_WITHDRAWAL
status
enum<string>
required
Available options:
PENDING,
COMPLETED,
FAILED
created_at
string<date-time>
required
updated_at
string<date-time>
required
identity_id
string
ref_id
string
balance_asset
string
secondary_status
object
status_details
object
metadata
object
destination_address
string
crypto_network
enum<string>
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
INK
crypto_tx_hash
string
crypto_tx_index
string
account_id
string
auto_conversion
object
group_id
string
fiat_account_id
string
notional_value
string
memo
string