What is native e-wallet integration?
Unlike QRIS (where the customer scans a code), native e-wallet integration lets you initiate a payment request programmatically and redirect the customer straight into their wallet app to confirm. This is significantly smoother on mobile — one tap to confirm, payment done in seconds.How it works
1
Create a payment charge
Your backend calls the SingaPay API specifying the wallet type, amount, and customer identifier. SingaPay returns a deep link or redirect URL.
2
Redirect the customer
Direct the customer to the URL. On mobile it opens the wallet app directly. On desktop it shows a QR or link to authenticate.
3
Customer approves
The customer reviews the charge in their wallet app and confirms with PIN or biometric.
4
Confirmation and redirect
SingaPay confirms the payment, fires a webhook, and the customer is redirected back to your success page.
