Embedded Integration
executePayment
Executes a payment using the SessionId you have from the initiateSession
endpoint. This endpoint will return a payment URL to redirect your customers to the payment page.
POST
Query Parameters
The API Key of your account.
Set this property to true
to send the request to the development
environment.
Response properties
The response status.
The description of the response status.
List of validation errors (if any).
Error Codes
Here’s a list of possible error codes of this endpoint.
Code | Description |
---|---|
1 | Missing or invalid api key |
2 | InvoiceValue is a required parameter. |
3 | Suppliers is not valid. |
4 | wrong supplier code. |
5 | An error meessage from the bank. |