Complete the Transaction
Once a payment request has been generated, it must be processed to complete the transaction.
How to Process the Transaction?
Request Details
- Method:
Post
- URL:
https://b61cr11gvd.execute-api.us-east-1.amazonaws.com/v1/api/payment/processor
Headers
Include the following headers in your request:
"Authorization": "token" // Generated token for API authorization
Request Body
tip
The structure of the request body depends on the country and the selected payment method. To ensure accurate processing, refer to the Countries Section for an example of the request body tailored to the country and payment method you need. This section includes all the required fields and descriptions for each scenario.