Skip to main content

PaymentDetailsPage

    content

    object[]

  • Array [

  • sessionId string

    Unique identifier of crypto purchase session

    externalReferenceId string

    External reference ID (transaction ID from the partner's system)

    sourceDetails

    object

    Source details - amount, currency and payment method

    amount number

    Source amount used for buying crypto

    currency string

    Source currency used for buying crypto

    paymentMethod PaymentMethod (string)

    Possible values: [CARD, BALANCE]

    The payment method used by the customer

    destinationDetails

    object

    amount number

    The amount of the purchased cryptocurrency

    currency string

    The cryptocurrency purchased

    network string

    The network used to process the cryptocurrency transaction

    walletAddress string

    Crypto wallet address that received the purchased funds

    walletAddressTag string

    Tag, memo, or any additional identifier of the wallet address

    totalSpend number

    Total amount spent for crypto after subtracting fees

    totalSpendCurrency string

    The currency of the crypto purchase

    destinationToSourceRate number

    The rate of the destination currency to the source currency.

    transactionHash string

    Id of the transaction on the blockchain.

    fees

    object[]

    Contains details on the fees for the payment - type, amount and currency of the fee

  • Array [

  • type string

    Possible values: [TRANSACTION, PARTNER, FX, NETWORK]

    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
    amount number

    Fee amount

    currency string

    Fee currency

  • ]

  • status PaymentStatus (string)

    Possible values: [PENDING, PAYABLE, CRYPTO_TRANSFER_PENDING, COMPLETED, FAILED]

    substatus PaymentSubStatus (string)

    Possible values: [WITHDRAWAL_FAILURE, RISK_FAILURE, RISK_SUCCESS, DEPOSIT_FAILURE, COUNTRY_NOT_ENABLED, EXPIRED]

  • ]

  • page integer