created to posted.
A few practical notes when testing:
- Routing numbers. Lead does not publish a fixed list of designated sandbox routing numbers for instant payments. Any well-formed routing number can be used in the
creditor_agent.routing_number(outgoing) ordebtor_agent.routing_number(simulated incoming) field. The values shown in code examples (such as987654321) are illustrative, not reserved test values. - Availability checks. Call
POST /instant_payments/check_availabilityfirst to confirm the routing number is reachable on the network before sending. - Simulating an inbound payment. Use
POST /v1/simulate/instant_payments/incomingand supply your owndebtor_agent.routing_number. The value is not validated against a real network. - Simulating a return. Use
POST /v1/simulate/instant_payments/{instant_payment_id}/incoming_returnagainst an existing posted outgoing payment.

