T
API Overviewv1finance
Thai Payment Gateway
by Thai Data Co.
ระบบชำระเงินออนไลน์สำหรับประเทศไทย รองรับ PromptPay, บัตรเครดิต/เดบิต, Mobile Banking และ True Money Wallet — Unified payment gateway for Thailand supporting PromptPay QR, credit/debit cards, and Thai mobile wallets.
Rating
4.5
Service Users
89
Endpoints
8
POST/charges
POST
/charges5 Energy
Create charge
Request Body
{
"type": "object",
"required": [
"amount",
"currency",
"source"
],
"properties": {
"amount": {
"type": "integer",
"description": "Amount in satang (1 THB = 100)"
},
"source": {
"type": "string",
"description": "Payment source token"
},
"currency": {
"type": "string",
"description": "THB"
},
"description": {
"type": "string"
}
}
}No query parameters defined for this endpoint.
Energy cost: 5
8 endpoint(s)
POST
/charges5 EnergyCreate charge
Create a new payment charge. Supports PromptPay, card, and wallet payments.
Request Body
{
"type": "object",
"required": [
"amount",
"currency",
"source"
],
"properties": {
"amount": {
"type": "integer",
"description": "Amount in satang (1 THB = 100)"
},
"source": {
"type": "string",
"description": "Payment source token"
},
"currency": {
"type": "string",
"description": "THB"
},
"description": {
"type": "string"
}
}
}No query parameters defined for this endpoint.
Energy cost: 5
Subscribe to a plan to start using this API
Subscribe to an API first, then come back to test endpoints here.