PaymentDetailsPage
content object[]
Unique identifier of crypto purchase session
341b1fae-f62a-41f7-b7f2-5403ff2fddd9
External reference ID (transaction ID from the partner's system)
480b3d52-8a7b-42f6-845a-1dd0fb3ed7c3
sourceDetails object
Source details - amount, currency and payment method
Source amount used for buying crypto
100
Source currency used for buying crypto
USD
The payment method used by the customer
Possible values: [CARD
, BALANCE
]
CARD
destinationDetails object
The amount of the purchased cryptocurrency
100
The cryptocurrency purchased
BTC
The network used to process the cryptocurrency transaction
Mainnet
Crypto wallet address that received the purchased funds
3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy
Tag, memo, or any additional identifier of the wallet address
abc123
Total amount spent for crypto after subtracting fees
95.43
The currency of the crypto purchase
USD
The rate of the destination currency to the source currency.
54212.43
Id of the transaction on the blockchain.
0x0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF
fees object[]
Contains details on the fees for the payment - type, amount and currency of the fee
Fee type:
- FX - Applies when customer's fiat currency is not EUR
- NETWORK - Goes to a blockchain network for transferring a digital asset on that network
- TRANSACTION - Fee charged by Paysafe for the Transaction
- PARTNER - Fee charged on top of the Transaction and FX fee, shared with the Skrill Referral Partner
Possible values: [TRANSACTION
, PARTNER
, FX
, NETWORK
]
PARTNER
Fee amount
9.89
Fee currency
USD
Possible values: [PENDING
, PAYABLE
, CRYPTO_TRANSFER_PENDING
, COMPLETED
, FAILED
]
Possible values: [WITHDRAWAL_FAILURE
, RISK_FAILURE
, RISK_SUCCESS
, DEPOSIT_FAILURE
, COUNTRY_NOT_ENABLED
, EXPIRED
]
{
"content": [
{
"sessionId": "341b1fae-f62a-41f7-b7f2-5403ff2fddd9",
"externalReferenceId": "480b3d52-8a7b-42f6-845a-1dd0fb3ed7c3",
"sourceDetails": {
"amount": 100,
"currency": "USD",
"paymentMethod": "CARD"
},
"destinationDetails": {
"amount": 100,
"currency": "BTC",
"network": "Mainnet",
"walletAddress": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy",
"walletAddressTag": "abc123"
},
"totalSpend": 95.43,
"totalSpendCurrency": "USD",
"destinationToSourceRate": 54212.43,
"transactionHash": "0x0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF",
"fees": [
{
"type": "PARTNER",
"amount": 9.89,
"currency": "USD"
}
],
"status": "PENDING",
"substatus": "WITHDRAWAL_FAILURE"
}
],
"page": 0,
"totalPages": 0
}