v1
latestOpenAPI 3.1.02026-07-24540259.7 KBbeneficiaryRequiredFields
The beneficiaryRequiredFields query fetches the required fields for successful beneficiary creation on any given corridor.
post/graphql (20 disregard)
Request body
Response
200
Example response
{
"data": {
"beneficiaryRequiredFields": {
"personal": [
{
"variable": "bank_country",
"regex": "/^[A-Z]{2}$/"
}
],
"business": [
{
"variable": "bank_country",
"regex": "/^[A-Z]{2}$/"
}
]
}
}
}