Schema — OPTIONAL |
---|
amount objectamount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| fee objectTransaction fee to be paid amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| total objectTotal amount to be charged on the payment method amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| feePercent string — OPTIONALThe fee percentage, if applicable | feeFixed string — OPTIONALThe fixed fee, if applicable | settledAt date-time — OPTIONALTimestamp at which the settlement will happen. At this time, the funds become available to be spent or sent out of the system
(see balance endpoint for more information). If null, the settlement is immediate | settlementPeriodInDay int32 — OPTIONALSettlement period in days. After the said period, the funds become available to be spent or sent out of the system
(see balance endpoint for more information). If null, the settlement is immediate |
|