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