{
"offer": {
"_id": "65b8c6b8b188250081f30165",
"countryIsoCode": "NG",
"currencyIsoCode": "NGN",
"exchangeRate": 1260.2,
"requiredFields": {
"phoneNumber": {
"type": "phone",
"label": "Phone number",
"required": true
},
"bankCode": {
"required": true,
"type": "enum",
"label": "Bank name",
"options": [
{
"value": "120001:02",
"label": "9Payment Service Bank"
},
{
"value": "801:02",
"label": "Abbey Mortgage Bank"
}
]
},
"buyerBankAccountNumber": {
"type": "string",
"label": "Bank account Number",
"required": true
}
},
"type": "bank"
},
"cashout": {
"localCurrencyAmount": 6301,
"usdAmount": 5,
"feeAmountUsd": 0.12,
"feeAmountUsdFonbnk": 0.12,
"feeAmountUsdPartner": 0,
"feeAmountLocalCurrency": 155,
"feeAmountLocalCurrencyFonbnk": 155,
"feeAmountLocalCurrencyPartner": 0,
"cryptoAmount": 5,
"feeAmountCrypto": 0.12,
"feeAmountCryptoFonbnk": 0.12,
"feeAmountCryptoPartner": 0
}
}