Create a New Payment
/api/paymentsThis endpoint allows for the creation of a new payment by providing the necessary details such as the amount, currency, and merchant information.
Body application/json
The unique identifier for the merchant creating the payment.
The three-letter currency code (ISO 4217) representing the transaction currency.
The amount of the payment to be processed.
A unique identifier for the customer making the payment (optional).
A reference provided by the merchant to identify the customer (optional).
A unique identifier for the merchant's order.
Response
A successful response containing the created payment details.
The result of the payment creation request.
The unique identifier for the created payment.
The unique identifier for the merchant who created the payment.
The three-letter currency code (ISO 4217) for the payment.
The unique identifier for the customer associated with the payment (optional).
A reference provided by the merchant to identify the customer.
The unique identifier for the merchant's order.
A client token for payment authorization.
A list of allowed credit card brands for the payment.
A list of allowed currencies for the payment.
Indicates whether to display the cardholder name field.
Indicates whether to display the CVV field.
Indicates whether to display the ZIP code field.
The current server year.
The current server month.
Indicates whether to display the billing address field.
A list of the customer's saved payment methods.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.