v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBTransactionRequest
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
Example request
{
"customer": {
"address": {
"country": "840"
}
}
}Response
A Transaction is created and processing is completed.