Available
Bank Details
get/v1/available/bank-details
Query parameters
rail'wire' | 'ach' | 'pix' | 'pix_safe' | 'ted' | 'spei_bitso' | 'transfers_bitso' | 'ach_cop_bitso' | 'international_swift' | 'rtp' | 'sepa' required
Response
Retrieve bank details by rail
Example response
[
{
"label": "Account Number",
"regex": "^[0-9]{9}$",
"key": "account_number",
"items": [
{
"label": "United States of America",
"value": "US",
"is_active": true
}
],
"requiredWhen": {
"field": "country",
"operator": "in",
"values": [
"US",
"GB"
]
}
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.