v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBInstant Payments
Check instant payment availability
Check if a given routing number is eligible to receive an instant payment.
post/v1/instant_payments/check_availability
Request body
Example request
{
"routing_number": "111000111"
}Response
Availability check result.
Example response
{
"available": true,
"routing_number": "111000111"
}