Skip to main content
Creates a payment order and returns a hosted checkout URL to redirect the customer to — no card encryption required on your side.

Endpoint

Flow

1

Create the checkout link

POST /s2s/payments/checkout with customer and amount details.
2

Receive the checkout URL

The response includes a checkoutUrl.
3

Redirect the customer

Send the customer to checkoutUrl. Reeple’s hosted checkout page handles card entry, OTP, and 3DS authentication.
4

Confirm the outcome

After payment, the customer is redirected to your callbackUrl (if provided). Poll Verify a payment order or listen for a webhook to confirm the final status.

Request body

Same shape as Initiate a payment order.

Request example

Response

Response fields

See Errors for the shape of 401/500 responses.