PaymentDetailsPage
content object[]
Unique identifier of crypto purchase session
341b1fae-f62a-41f7-b7f2-5403ff2fddd9External reference ID (transaction ID from the partner's system)
480b3d52-8a7b-42f6-845a-1dd0fb3ed7c3sourceDetails object
Source details - amount, currency and payment method
Source amount used for buying crypto
100Source currency used for buying crypto
USDThe payment method used by the customer
Possible values: [CARD, BALANCE]
CARDdestinationDetails object
The amount of the purchased cryptocurrency
100The cryptocurrency purchased
BTCThe network used to process the cryptocurrency transaction
MainnetCrypto wallet address that received the purchased funds
3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLyTag, memo, or any additional identifier of the wallet address
abc123Total amount spent for crypto after subtracting fees
95.43The currency of the crypto purchase
USDThe rate of the destination currency to the source currency.
54212.43Id of the transaction on the blockchain.
0x0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEFfees 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]
PARTNERFee amount
9.89Fee currency
USDPossible 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
}