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
Example request
{
"customer": {
"address": {
"country": "840"
}
}
}Response
A Transaction is created and processing is completed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.