Instant 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.