Attributes
- METHOD TYPEE-wallet
- PAYMENT
- PAYOUT
- REFUNDS
Introduction
TouchnGo is provided in Thailand for payments and refunds. The method specializes in e-commerce.
Supported Countries
- Thailand
Supported Currencies
- THB
Implementation Details
Click tab to open…
{ "sessionToken":"<sessionToken from getSessionToken>", "merchantId":"<your merchantId>", "merchantSiteId":"<your merchantSiteId>", "clientRequestId":"<unique request ID in merchant system>", "amount":"1000", "currency":"THB", "userTokenId":"<unique customer identifier in merchant system>", "clientUniqueId":"<unique transaction ID in merchant system>", "paymentOption":{ "alternativePaymentMethod":{ "paymentMethod":"apmgw_Truemoney" } }, "billingAddress":{ "email":"john.smith@email.com", "country":"TH" }, "deviceDetails":{ "ipAddress":"127.0.0.1" }, "userDetails":{ "country":"TH" }, "timeStamp":"<YYYYMMDDHHmmss>", "checksum":"<calculated checksum>" }
- for REST API
-
{ "sessionToken":"<sessionToken from getSessionToken>", "merchantId":"<your merchantId>", "merchantSiteId":"<your merchantSiteId>", "clientRequestId":"<unique request ID in merchant system>", "amount":"1000", "currency":"THB", "userTokenId":"<unique customer identifier in merchant system>", "clientUniqueId":"<unique transaction ID in merchant system>", "paymentOption":{ "alternativePaymentMethod":{ "paymentMethod":"apmgw_Truemoney" } }, "billingAddress":{ "email":"john.smith@email.com", "country":"TH" }, "deviceDetails":{ "ipAddress":"127.0.0.1" }, "userDetails":{ "country":"TH" }, "timeStamp":"<YYYYMMDDHHmmss>", "checksum":"<calculated checksum>" }
For this APM, the following parameters are mandatory:
userTokenId
amount
currency
paymentOption.alternativePaymentMethod
block containing:paymentMethod: "apmgw_Truemoney"
deviceDetails
block containing:ipAddress
billingAddress
block containing:country
,email
userDetails
block containing:firstName
,lastName
,email
,phone
,country
User Experience
- Enter the amount and currency to deposit.
- Press Deposit.
You are redirected to the Truemoney website. - Scan a QR code using the Truemoney app.
- Confirm the payment and you are redirected to the Result page.
- Press BACK TO MERCHANT and you are redirected to the merchant
ReturnUrl
.