Nomba · Schema
PayoutRecipient
PaymentsFintechBankingTransfersVirtual AccountsCheckoutCross-Border PaymentsCards
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The full name of the recipient. |
| country | string | The ISO 3166-1 alpha-2 country code of the recipient. |
| accountNumber | string | The recipient bank account number or IBAN. |
| sortCode | string | The UK sort code, required for Faster Payments. |
| iban | string | The IBAN, required for SEPA transfers. |
| bic | string | The BIC/SWIFT code for the recipient bank. |
| string | The recipient email, required for Interac transfers. | |
| phoneNumber | string | The recipient phone number, required for Mobile Money. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PayoutRecipient",
"title": "PayoutRecipient",
"type": "object",
"required": [
"name",
"country"
],
"properties": {
"name": {
"type": "string",
"description": "The full name of the recipient."
},
"country": {
"type": "string",
"description": "The ISO 3166-1 alpha-2 country code of the recipient.",
"enum": [
"GB",
"DE",
"FR",
"NL",
"BE",
"CA",
"CD"
],
"example": "GB"
},
"accountNumber": {
"type": "string",
"description": "The recipient bank account number or IBAN."
},
"sortCode": {
"type": "string",
"description": "The UK sort code, required for Faster Payments.",
"pattern": "^\\d{6}$"
},
"iban": {
"type": "string",
"description": "The IBAN, required for SEPA transfers."
},
"bic": {
"type": "string",
"description": "The BIC/SWIFT code for the recipient bank."
},
"email": {
"type": "string",
"format": "email",
"description": "The recipient email, required for Interac transfers."
},
"phoneNumber": {
"type": "string",
"description": "The recipient phone number, required for Mobile Money."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nomba-payoutrecipient"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.