Payment Transactions
Create Payment Transaction Endpoint
The Create Payment Transaction endpoint enables the creation of a new payment transaction. The request should include details such as transaction ID, premium details, currency details, payment amount, and other relevant information. Upon successful creation, the API responds with the newly created payment transaction details, including the transaction ID, premium details, currency details, transaction type, amount, and other associated information.
POST
Authorizations
Body
application/json
Minimum length:
1
Maximum length:
100
Available options:
CARD
, INVOICE
, NONE
Maximum length:
10
Available options:
TRANSACTION
, PREMIUM
, TRANSACTION_PREMIUM
Maximum length:
100
Response
201 - application/json
Minimum length:
1
Maximum length:
100
Available options:
CARD
, INVOICE
, NONE
Maximum length:
10
Available options:
TRANSACTION
, PREMIUM
, TRANSACTION_PREMIUM
Maximum length:
100