Copy {
"quoteId": "692d9874a60e2135463730cf",
"quoteExpiresAt": "2025-12-01T14:00:28.208Z",
"deposit": {
"paymentChannel": "crypto",
"currencyType": "crypto",
"currencyCode": "POLYGON_USDT",
"currencyDetails": {
"network": "POLYGON",
"asset": "USDT",
"contractAddress": "0x3b3a06b48119c035a2e86afdb69d9ad930643b3d"
},
"cashout": {
"amountBeforeFees": 21.272315,
"amountAfterFees": 21.272315,
"amountBeforeFeesUsd": 21.272315,
"amountAfterFeesUsd": 21.272315,
"chargedFees": [],
"chargedFeesUsd": [],
"totalChargedFees": 0,
"totalChargedFeesUsd": 0,
"exchangeRate": 1,
"exchangeRateAfterFees": 1,
"chargedFeesPerRecipient": {},
"chargedFeesPerRecipientUsd": {},
"feeSettings": []
},
"fieldsToCreateOrder": [
{
"key": "blockchainWalletAddress",
"type": "string",
"label": "Your wallet address",
"required": true
},
{
"key": "depositSandboxForcedFlow",
"type": "enum",
"label": "Sandbox deposit forced flow",
"required": false,
"defaultValue": "deposit_success",
"options": [
{
"label": "Deposit success",
"value": "deposit_success"
},
{
"label": "Deposit invalid",
"value": "deposit_invalid"
}
]
}
],
"transferType": "manual"
},
"payout": {
"paymentChannel": "bank",
"currencyType": "fiat",
"currencyCode": "NGN",
"currencyDetails": {
"countryIsoCode": "NG"
},
"cashout": {
"amountBeforeFees": 31088,
"amountAfterFees": 30000,
"amountBeforeFeesUsd": 21.272315,
"amountAfterFeesUsd": 20.527839,
"chargedFees": [
{
"id": "service_fee",
"type": "percentage",
"recipient": "platform",
"amount": 777.2
},
{
"id": "merchant_fee",
"type": "percentage",
"recipient": "merchant",
"amount": 310.88
}
],
"chargedFeesUsd": [
{
"id": "service_fee",
"type": "percentage",
"recipient": "platform",
"amount": 0.531808
},
{
"id": "merchant_fee",
"type": "percentage",
"recipient": "merchant",
"amount": 0.212723
}
],
"totalChargedFees": 1088.08,
"totalChargedFeesUsd": 0.744531,
"exchangeRate": 1461.43,
"exchangeRateAfterFees": 1514.4312,
"chargedFeesPerRecipient": {
"platform": 777.2,
"merchant": 310.88
},
"chargedFeesPerRecipientUsd": {
"platform": 0.531808,
"merchant": 0.212723
},
"feeSettings": [
{
"id": "service_fee",
"recipient": "platform",
"type": "percentage",
"value": 2.5,
"min": 0,
"max": "Infinity"
},
{
"id": "merchant_fee",
"recipient": "merchant",
"type": "percentage",
"value": 1,
"min": 0,
"max": "Infinity"
}
]
},
"fieldsToCreateOrder": [
{
"key": "phoneNumber",
"label": "Phone Number",
"required": true,
"type": "phone"
},
{
"key": "bankCode",
"label": "Bank name",
"required": true,
"type": "enum",
"options": [
{
"label": "Sandbox Bank",
"value": "1"
},
{
"label": "Sandbox Bank 2",
"value": "2"
},
{
"label": "Sandbox Bank 3",
"value": "3"
}
]
},
{
"key": "bankAccountNumber",
"label": "Bank Account Number",
"required": true,
"type": "string"
},
{
"key": "payoutSandboxForcedFlow",
"type": "enum",
"label": "Sandbox payout forced flow",
"required": false,
"defaultValue": "payout_success",
"options": [
{
"label": "Payout success",
"value": "payout_success"
},
{
"label": "Payout failed",
"value": "payout_failed"
}
]
}
]
}
}