post https://paygate.payze.io/v2/payment/pay
The endpoint is related to processing payments and requires PCI DSS compliance
The primary purpose of this endpoint is to finalize a transaction that has been created previously. It's important to note that a transaction should be created using the appropriate API endpoint before making a call
The request parameters are well-defined and include essential information such as transactionId, number, cardHolder, expirationDate, and securityNumber. The API documentation provides clear examples, making it straightforward to construct the required JSON payload.