T
ภาพรวม APIv1finance
Thai Payment Gateway
โดย Thai Data Co.
ระบบชำระเงินออนไลน์สำหรับประเทศไทย รองรับ PromptPay, บัตรเครดิต/เดบิต, Mobile Banking และ True Money Wallet — Unified payment gateway for Thailand supporting PromptPay QR, credit/debit cards, and Thai mobile wallets.
คะแนน
4.5
ผู้ใช้บริการ
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 ที่ใช้: 5
8 endpoint
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 ที่ใช้: 5
สมัครแพ็กเกจเพื่อเริ่มใช้งาน API นี้
สมัครใช้งาน API ก่อน แล้วกลับมาทดสอบ endpoint ที่นี่