Acme
Introduction
Acme is a global payments platform enabling companies to seamlessly do cross-border payments. Follow this guide to integrate Tazapay Payment Gateway.
Supported Countries
- SGD 🌏
Available Payment Methods
| Payment Method Key | Currency | Status | Sandbox Availability |
|---|---|---|---|
ACME_PAYNOW | SGD | ✅ | ✅ |
ACME_EGIRO | SGD | ✅ | ✅ |
PayNow
Sandbox Credentials
| Key | Value |
|---|---|
| UEN | 202303536E |
| Api Key | sk_test_zMhOTrdh46qzibE0c7XfshdK4H8aO0I2mqkIGjzwAZ4rYYD4 |
| Webhook Signing Key | XQ8By1gi5SfvcxvDpzNg0 |
Miscellaneous Details
UEN:
- To simulate
SUCCEEDEDstatus in test-mode use UEN:000000001. - To simulate
FAILEDstatus in test-mode use UEN:000000002.
To Test Refund
- Add
SUCCESSfor Success Refund - Add
FAILfor Fail Refund - Refund will be applied but the simulation to Success or Fail will not be supported.
Use following values in embedded JS code to pay via Tazapay channel
"pmt_channel": "ACME",
"pmt_method": "ACME_PAYNOW",Reference links
Updated about 1 month ago