TapPay
Introduction
TapPay is an important payment product of Cherri Tech, Inc., committed to creating payment services. Over 10,000 e-commerce and 50 banks have adopted TapPay payment services.
Supported Countries
- Taiwan 🇹🇼
Available Payment Methods
| Payment Method Key | Currency | Status | Sandbox Availability |
|---|---|---|---|
TAPPAY_CREDIT_CARD | TWD | ✅ | ✅ |
TAPPAY_APPLEPAY | TWD | ✅ | ❌ |
TAPPAY_SAMSUNGPAY | TWD | ✅ | ❌ |
TAPPAY_GOOGLEPAY | TWD | ✅ | ❌ |
TAPPAY_BANK_TRANSFER | TWD | ✅ | ✅ |
Miscellaneous Details
- For TapPay, the customer's email, first name, last name and phone number are required
- The customer's phone number should either start with 09 or + followed by numbers.
- To enable ApplePay, share the Apple on the Web
apple-developer-merchantid-domain-associationfile with the PortOne team and whitelistcheckout.portone.clouddomain - This payment channel cannot be used without payment links
Sandbox
Credentials
| Key | Value |
|---|---|
| App ID | 156068 |
| App Key | app_ZeqfRVMb3JCtlSwzrpDYInQnOW90NeSHAwMvRHIQjEEwW8ynWJ9TzQjA8MGh |
| Partner Key | partner_pZhMCoReWq1qa7Ziwvseqe9jPxnmsjgqa5IyVjgbpV80fDFiLnOepRRE |
| Atm Merchant ID | portone_ATM |
| ApplePay Merchant ID | portone_CTBC |
| GooglePay Merchant ID | portone_CTBC |
| Credit Card Merchant ID | portone_CTBC |
| Samsung Pay Merchant ID | portone_CTBC |
| ApplePay Merchant Identifier | APMEFHQpVq9bkh9hQBCq |
Test Card
| Test Card | Expiry Date | CVV |
|---|---|---|
| 4242424242424242 | Any future date | Any 3-digit number |
Test API to simulate successful Bank Transfer
curl --location 'https://sandbox.tappaysdk.com/tpc/simulate/paid' \
--header 'x-api-key: partner_pZhMCoReWq1qa7Ziwvseqe9jPxnmsjgqa5IyVjgbpV80fDFiLnOepRRE' \
--header 'Content-Type: application/json' \
--data '{
"partner_key": "partner_pZhMCoReWq1qa7Ziwvseqe9jPxnmsjgqa5IyVjgbpV80fDFiLnOepRRE",
"rec_trade_id": "{{channel_order_ref}}"
}'Reference links
Updated 10 months ago
Did this page help you?
