Query Parameters
The API Key of your account.
Set this property to 
true to send the request to the development
environment.Response properties
A boolean value indicates the response status.
A boolean value indicates the development environment status.
The payment URL that you’ll use to redirect the cusotmer to complete the
payment. It’s a link for a hosted page that will provide multiple payment
methods that can be choosed by the customer to pay the invoice.
Error Codes
Here’s a list of possible error codes of this endpoint.| Code | Description | 
|---|---|
| 1 | Missing or invalid api key | 
| 2 | CallBackUrlis a required parameter. | 
| 3 | UserDefinedFieldis a required parameter. | 
| 4 | InvoiceValueis a required parameter. | 
| 5 | Suppliersis a required parameter. | 
| 6 | ErrorUrlis a required parameter. | 
| 7 | CallBackUrlshould be a valid URL. | 
| 8 | UserDefinedFieldshould be an array. | 
| 9 | InvoiceValueshould be greater than zero. | 
| 10 | Suppliersshould be an array. | 
| 11 | ErrorUrlshould be a valid URL. |