v1

latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB
TransactionRequest

Create TransactionRequest

Creates a TransactionRequest One-time Payment Portal (<glossary:OTPP>).

post/v2/clients/{ClientID}/transactionrequests

Path parameters

ClientIDstring required

22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.

Request body

typestring required

Transaction Type. Currently, only pull is supported.

user1string

1-15 character User1 Data.

Optional

user2string

1-15 character User2 Data.

Optional

amountstring required

See how to properly format an amount.

Example request

{
  "customer": {
    "address": {
      "country": "840"
    }
  }
}

Response

A Transaction is created and processing is completed.

SCinteger

HTTP Status Code

ECstring

Internal Error Code.

Present if SC is 200.

EMstring

Short Description of Error if EC is not "0".

otppIDstring

22-character TransactionRequestID (<glossary:OTPP>)

Present if SC is 200.

linkstring

URL

Present if SC is 200.