| Parameter | Description | Required |
|---|---|---|
| result | success: If payment url gets generated error: If any error occurred | Required |
| description | if success: Contains success response. if error: Contains errors messages. | Required |
| amount | Total amount of the invoice to be charged. | Conditional |
| currency | The currency of the invoice to be charged. | Conditional |
| paymentType | The type of payment transaction to be executed. | Conditional |
| invoice.number | Merchant generated invoice number | Conditional |
| invoice.date | Merchant generated invoice date | Conditional |
| invoice.items.description1 | The description of the first item on the invoice. | Conditional |
| invoice.items.quantity1 | The number of items for first item on invoice. | Conditional |
| invoice.items.price1 | The price of the first item on the invoice. | Conditional |
| invoice.items.amount1 | The total cost of the first item on invoice. | Conditional |
| invoice.items.description2 | The description of the second item on the invoice. | Optional |
| invoice.items.quantity2 | The number of items for second item on invoice. | Optional |
| invoice.items.price2 | The price of the second item on the invoice. | Optional |
| invoice.items.amount2 | The total cost of the second item on invoice. | Optional |
| invoice.items.description3 | The description of the third item on the invoice. | Optional |
| invoice.items.quantity3 | The number of items for third item on invoice. | Optional |
| invoice.items.price3 | The price of the third item on the invoice. | Optional |
| invoice.items.amount3 | The total cost of the third item on invoice. | Optional |
| customer.fullname | Customer full name. | Conditional |
| customer.email | Customer e-mail address. | Conditional |
| customer.company | Customer Company. | Conditional |
| customer.billingPhone | Customer phone number | Conditional |
| customer.billingAddress | Customer Address for billing purposes. | Conditional |
| customer.billingCity | Customer City for billing purposes. | Conditional |
| customer.billingPostcode | Customer Post Code for billing purposes. | Conditional |
| payment_url | Payment url to be sent to the customer. | Conditional |
| timeStamp | The timestamp the response has generated. | Conditional |