Skip to main content

Instruction

Once a purchase is created, a checkout_url will be provided to redirect the buyer to the payment page. To automatically navigate the customer to a specific e-wallet, you should append the following parameters to the URL: ?preferred=<Wallet>&razer_bank_code=<Wallet Code>

E-Wallet List

For the <Wallet> the values are listed below. Most wallets also require a <Wallet Code> passed as razer_bank_code; ShopeePay is the only exception and does not take a razer_bank_code parameter. The full URL form for ShopeePay is therefore just ?preferred=shopee_pay (no &razer_bank_code=... suffix).

Example

{purchase_id} is the purchase ID from the checkout_url field returned in the purchase response. Use your own purchase’s ID — example URLs pointing at someone else’s purchase will not work.

See also