Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.raliopay.com/llms.txt

Use this file to discover all available pages before exploring further.

Sandbox: in the sandbox environment no SMS is delivered and the OTP code is always 123456. You can submit it directly to Validate bank payout OTP.

When OTP is required

Bank payouts return isOTPRequired in the creation response. If it is true, the payout stays in created until you finish the OTP flow. When it is false, no OTP step is needed.

Steps to complete the payout

1

Send the OTP

Call Send OTP via SMS using the same authenticated merchant context you used to create the payout.
2

Validate the OTP

Call Validate bank payout OTP with the payout order ID (oid). On success, the payout can move from created to the next processing state.
OTP applies only when isOTPRequired is true. Otherwise, the payout continues without OTP validation.