RelayPay · Demo Merchant
Launch a payment intent, then finish checkout in a single hop.
This page emulates a merchant site. We call the RelayPay API with your merchant API key, create a Stripe Payment Intent, and then push you straight into the hosted checkout app.
1) Collect order details
Enter an amount, currency, and optional customer email. We handle currency conversion to the provider’s smallest unit.
2) Call the payments API
We POST /payments/intents with your X-API-Key and idempotency key. The response gives us a RelayPay payment_id and provider intent.
3) Redirect to checkout
We send the customer to the checkout app at /pay/{payment_id} to render the Stripe Payment Element and finish securely.