WebhookEvent
External reference ID
480b3d52-8a7b-42f6-845a-1dd0fb3ed7c3Payment Session ID
60cf1446-dd54-4bef-9a27-e7cfd41062cdsourceDetails 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
abc123The total amount spent for the crypto purchase, without fees
95.43The currency of amount spent for 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, CANCELLED]
{
"externalReferenceId": "480b3d52-8a7b-42f6-845a-1dd0fb3ed7c3",
"sessionId": "60cf1446-dd54-4bef-9a27-e7cfd41062cd",
"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"
}