Copy {
"quoteId": "68628fa56ff494df5f39faf5",
"quoteExpiresAt": "2024-10-10T10:10:10.000Z",
"deposit": {
"paymentChannel": "bank",
"currencyType": "fiat",
"currencyCode": "NGN",
"currencyDetails": {
"countryIsoCode": "NG",
"countryName": "Nigeria",
"countryCode": "234",
"currencySymbol": "₦",
"currencyIcon": "https://cdn.example.com/flags/ng.png"
},
"cashout": {
"exchangeRate": 1500,
"exchangeRateAfterFees": 1531.1269,
"amountBeforeFees": 153128,
"amountAfterFees": 150015,
"amountBeforeFeesUsd": 102.085333,
"amountAfterFeesUsd": 100.01,
"chargedFees": [
{
"id": "provider_fee",
"type": "flat_amount",
"recipient": "provider",
"amount": 50
},
{
"id": "platform_fee",
"type": "percentage",
"recipient": "platform",
"amount": 3063
}
],
"chargedFeesUsd": [
{
"id": "provider_fee",
"type": "flat_amount",
"recipient": "provider",
"amount": 0.033333
},
{
"id": "platform_fee",
"type": "percentage",
"recipient": "platform",
"amount": 2.042
}
],
"totalChargedFees": 3113,
"totalChargedFeesUsd": 2.075333,
"chargedFeesPerRecipient": {
"provider": 50,
"platform": 3063
},
"chargedFeesPerRecipientUsd": {
"provider": 0.033333,
"platform": 2.042
},
"feeSettings": [
{
"id": "provider_fee",
"recipient": "provider",
"type": "flat_amount",
"value": 50,
"min": 0,
"max": "Infinity"
},
{
"id": "platform_fee",
"recipient": "platform",
"type": "percentage",
"value": 2,
"min": 0,
"max": "Infinity"
}
]
},
"fieldsToCreateOrder": [
{
"key": "phoneNumber",
"label": "Phone Number",
"required": true,
"type": "phone"
},
{
"key": "bankCode",
"label": "Bank name",
"required": true,
"type": "enum",
"options": [
{
"value": "120001:02",
"label": "9Payment Service Bank"
},
{
"value": "801:02",
"label": "Abbey Mortgage Bank"
}
]
},
{
"key": "bankAccountNumber",
"label": "Bank Account Number",
"required": true,
"type": "string"
}
],
"transferType": "manual"
},
"payout": {
"paymentChannel": "crypto",
"currencyType": "crypto",
"currencyCode": "POLYGON_USDT",
"currencyDetails": {
"network": "POLYGON",
"asset": "USDT",
"contractAddress": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
},
"cashout": {
"exchangeRate": 1,
"exchangeRateAfterFees": 1.001,
"amountBeforeFees": 100.01,
"amountAfterFees": 100,
"amountBeforeFeesUsd": 100.01,
"amountAfterFeesUsd": 100,
"feeSettings": [
{
"id": "gas_fee",
"recipient": "blockchain",
"type": "flat_amount",
"value": 0.01,
"min": 0,
"max": "Infinity"
}
],
"chargedFees": [
{
"id": "gas_fee",
"type": "flat_amount",
"recipient": "blockchain",
"amount": 0.01
}
],
"chargedFeesUsd": [
{
"id": "gas_fee",
"type": "flat_amount",
"recipient": "blockchain",
"amount": 0.01
}
],
"totalChargedFees": 0.01,
"totalChargedFeesUsd": 0.01,
"chargedFeesPerRecipient": {
"blockchain": 0.01
},
"chargedFeesPerRecipientUsd": {
"blockchain": 0.01
}
},
"fieldsToCreateOrder": [
{
"key": "blockchainWalletAddress",
"label": "Your wallet address",
"required": true,
"type": "string"
}
]
}
}