Instant payouts have a fallback mechanism: when the payout cannot be processed as an instant payout, a standard one will be processed instead. This is what occurred when you encounter the 130007 error code.
When the bank is not reachable, the instant payment request is processed as a standard payout. Information about the error is returned in the FallbackReason parameter.
API Response
Copy
Ask AI
{ "ModeRequested":"INSTANT_PAYMENT", "ModeApplied":"STANDARD", "FallbackReason":{ "ResultCode":"130007", "ResultMessage":"Destination Bank is not reachable" }}
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.