Step 1 — Learn the Signature Algorithm
Before making any API call, you must understand how RM signs requests. The Signature Algorithm is required because RM APIs have higher security requirements than standard APIs.
→ Read the Signature Algorithm documentation
Step 2 — Choose Your Integration Path
Select the API that matches your business need. Click the link to view the full documentation for that endpoint.
Payment
| API | Use Case | Documentation |
|---|
| Quick Pay | Accept payments via QR code scan | View → |
| Online Payment | Browser-based checkout flow | View → |
| Terminal Integration | POS terminal payments | View → |
| Tokenization Payment | Recurring or saved card payments | View → |
Loyalty & Vouchers
| API | Use Case | Documentation |
|---|
| Loyalty Point | Give, deduct, or track loyalty points | View → |
| Voucher | Issue, void, or redeem vouchers | View → |
| Gourmet Card | Alipay gourmet card integration | View → |
Store & Account Management
| API | Use Case | Documentation |
|---|
| Store Details | Manage store information | View → |
| Merchant Profile | View merchant account details | View → |
Additional Services
| API | Use Case | Documentation |
|---|
| SDK Reference | Language-specific SDKs (Node.js, PHP, Python, etc.) | View → |
| à la carte | Restaurant order management system | View → |
| Error Codes | Troubleshooting API errors | View → |
| Push Notification | Send push notifications to merchants | View → |
Begin with the Quick Start: Signature Algorithm to understand how authentication works, then move on to Quick Pay to process your first payment.