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 KeyCurrencyStatusSandbox Availability
TAPPAY_CREDIT_CARDTWD
TAPPAY_APPLEPAYTWD
TAPPAY_SAMSUNGPAYTWD
TAPPAY_GOOGLEPAYTWD
TAPPAY_BANK_TRANSFERTWD

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 whitelist checkout.portone.cloud domain
  • This payment channel cannot be used without payment links

Sandbox

Credentials

KeyValue
App ID156068
App Keyapp_ZeqfRVMb3JCtlSwzrpDYInQnOW90NeSHAwMvRHIQjEEwW8ynWJ9TzQjA8MGh
Partner Keypartner_pZhMCoReWq1qa7Ziwvseqe9jPxnmsjgqa5IyVjgbpV80fDFiLnOepRRE
Atm Merchant IDportone_ATM
ApplePay Merchant IDportone_CTBC
GooglePay Merchant IDportone_CTBC
Credit Card Merchant IDportone_CTBC
Samsung Pay Merchant IDportone_CTBC
ApplePay Merchant IdentifierAPMEFHQpVq9bkh9hQBCq

Test Card

Test CardExpiry DateCVV
4242424242424242Any future dateAny 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