Response Parameters

ParameterDescriptionRequired
resultsuccess: If payment url gets generated
error: If any error occurred
Required
descriptionif success: Contains success response.
if error: Contains errors messages.
Required
amountTotal amount of the invoice to be charged.Conditional
currencyThe currency of the invoice to be charged.Conditional
paymentTypeThe type of payment transaction to be executed.Conditional
invoice.numberMerchant generated invoice numberConditional
invoice.dateMerchant generated invoice dateConditional
invoice.items.description1The description of the first item on the invoice.Conditional
invoice.items.quantity1The number of items for first item on invoice.Conditional
invoice.items.price1The price of the first item on the invoice.Conditional
invoice.items.amount1The total cost of the first item on invoice.Conditional
invoice.items.description2The description of the second item on the invoice.Optional
invoice.items.quantity2The number of items for second item on invoice.Optional
invoice.items.price2The price of the second item on the invoice.Optional
invoice.items.amount2The total cost of the second item on invoice.Optional
invoice.items.description3The description of the third item on the invoice.Optional
invoice.items.quantity3The number of items for third item on invoice.Optional
invoice.items.price3The price of the third item on the invoice.Optional
invoice.items.amount3The total cost of the third item on invoice.Optional
customer.fullnameCustomer full name.Conditional
customer.emailCustomer e-mail address.Conditional
customer.companyCustomer Company.Conditional
customer.billingPhoneCustomer phone numberConditional
customer.billingAddressCustomer Address for billing purposes.Conditional
customer.billingCityCustomer City for billing purposes.Conditional
customer.billingPostcodeCustomer Post Code for billing purposes.Conditional
payment_urlPayment url to be sent to the customer.Conditional
timeStampThe timestamp the response has generated.Conditional