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/charges
5 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"
    }
  }
}
POSThttp://thai-payment-api.proxy.lvh.me:4000/chargesSubscribe

No query parameters defined for this endpoint.

Energy cost: 5