cURL
curl --request POST \ --url https://api-sandbox.orum.io/deliver/eligibility \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Orum-Version: <orum-version>' \ --data '{ "routing_numbers": [ "<string>" ] }'
{ "routing_numbers": [ { "routing_number": "<string>", "eligible": true, "rtp": true, "fednow": true } ] }
Returns routing number eligibility
The access token received from the authorization server in the OAuth 2.0 flow.
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
200 response
The response is of type object.
object
Was this page helpful?