Skip to main content

PartnerTransactionDetailsResponse

    partnerTransactionId string

    Partner's transaction id

    skrillTransactionId string

    Skrill's internal unique reference ID for this transaction

    baseAmount number

    The total price of the crypto purchase, including fees

    totalSpend number

    The total price of the crypto purchase, without fees

    baseCurrency string

    Fiat currency of the payment

    receivedCryptoAmount number

    The amount of received crypto

    cryptoCurrency string

    The currency of bought crypto.

    cryptoWalletAddress string

    Customer's wallet provided by you in create session request

    cryptoToBaseRate number

    The rate at which the crypto is bought.

    cryptoNetwork string

    The network used for the purchase.

    transactionHash string

    Id of the transaction on the blockchain.

    paymentMethodType string

    The payment method used for the purchase.

    fees

    object[]

    Contains fee types, amount and currencies for the payment

  • Array [

  • feeType string

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

    Fee type:

    • FX - Applies when user 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.
    • SHARED - Charged on top of the Transaction and FX fee, shared with the Skrill Referral Partner
    amount number

    Fee amount

    currency string

    Fee currency

  • ]

  • paymentStatus PaymentStatus (string)

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

    paymentSubStatus PaymentSubStatus (string)

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