Category: Api integrate
-
Webhook
Event Data: Post form-data to your ipn_url param at api: /transaction/create Header: application/x-www-form-urlencoded Simple data: //Your data you will receive at ipn_url cs_ref_code=202508-175574482138&merchant_ref_code=000001&status=1
-
Get started
I. Introduction Welcome to TTRPay’s Get Started Guide For API Integration—designed to streamline your setup with our API-based payment platform. Whether you’re an onboarding new merchant or exploring the sandbox functionality, this guide will take you through securely login into our Merchant Dashboard, obtaining your unique Merchant-Key, and testing your first transaction using Postman or…
-
Paypal Gateway
Request address POST: https://api.ttrpay.net/v1/transaction/create Postman Test account Email: mid_demo@cashields.orgPassword: Sandbox@123Merchant-Key: d3JWyGxoVVPm0Q6k Paypal sandbox: Email: sb-x43n6e32773424@personal.example.com Password: 9%%c{W5+ Request parameters Result Paramerter Return parameters Result success:Success create paypal payment link you need to redirect your page to payment_link Copy { “status”: true, “result”: { “code”: “00”, “message”: “Create paylink successfully”, “transaction_id”: “202412-17344912xxxx”, “payment_link”: “https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-2KL30609245339347&useraction=commit” } }…
-
Credit Card
Request address POST: https://api.ttrpay.net/v1/transaction/create Postman Test account Email: mid_demo@cashields.orgPassword: Sandbox@123Merchant-Key: d3JWyGxoVVPm0Q6k Card sandbox: Request parameters Result Paramerter Result success: Copy <!– Success create paypal payment link you need to redirect your page to payment_link –> { “status”: true, “result”: { “code”: “00”, <!– code equal 00 is successfully –> “message”: “Create paylink successfully”, “transaction_id”: “202412-17344912xxxx”,…
-
Get Started
Account Demo: Email: mid_demo@cashields.org Password: Sandbox@123 Merchant-Key: d3JWyGxoVVPm0Q6k paypal sandbox email: sb-x43n6e32773424@personal.example.com password: 9%%c{W5+ Steps to Follow: 1. Log in to the Merchant Dashboard: – Please log in to https://client.ttrpay.net/ using your merchant account credentials (email and password). 2. Retrieve Merchant-Key: After logging in, navigate to My Account -> Profile, and copy your Merchant-Key. 3.…
