Initiate new session for a payment. This endpoint will help you get the paymentURL
that you can use to redirect the customer to in order to complete the payment.
true
to send the request to the development
environment.Code | Description |
---|---|
1 | Missing or invalid api key |
2 | CallBackUrl is a required parameter. |
3 | UserDefinedField is a required parameter. |
4 | InvoiceValue is a required parameter. |
5 | Suppliers is a required parameter. |
6 | ErrorUrl is a required parameter. |
7 | CallBackUrl should be a valid URL. |
8 | UserDefinedField should be an array. |
9 | InvoiceValue should be greater than zero. |
10 | Suppliers should be an array. |
11 | ErrorUrl should be a valid URL. |