SessionSourceDetails
Source details - amount, currency, and payment method
amountnumber
Source amount used for buying crypto
Example:
100currencystring
Source currency used for buying crypto
Example:
USDpreferredPaymentMethodPaymentMethod (string)
The payment method used by the customer
Possible values: [CARD, BALANCE]
Example:
CARDSessionSourceDetails
{
"amount": 100,
"currency": "USD",
"preferredPaymentMethod": "CARD"
}