This page provides an overview of the payments methods provided by the Amazon Payment Services adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Amazon Payment Services within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
| Payment Method | Transaction Flows | Transaction Types |
|---|
| KNET | Full-Page Redirect | Debit, Refund |
Mandatory Parameters
| Name | Type | Required | Description |
|---|
| customer.email | string | true | The customer's email. |
| extraData.language | string | true | The checkout page and messages language. Allowed values: en/ar. Default: en |
Optional Parameters (Debit)
| Name | Type | Required | Description |
|---|
| customer.ipAddress | string | false | The IPv4 or IPv6 address of customer. |
| customer.firstName | string | false | The customer’s first name. |
| customer.lastName | string | false | The customer’s last name. |
| customer.billingPhone | string | false | The customer’s phone number. |
| successUrl | string | false | The URL of the Merchant’s page to be displayed to the customer when the order is processed. |
| description | string | false | The description of the order. |
Optional Parameters (Refund)
| Name | Type | Required | Description |
|---|
| description | string | false | The description of the order. |
| Name | Type | Description |
|---|
| extraData.fort_id | string | The order’s unique reference returned by Amazon Payment Services. |
| extraData.amount | string | The transaction’s amount. |
| extraData.transaction_date | string | The time and date of the transaction in UTC. (YYYY-MM-DD, HH:mm:ss) |
| extraData.knet_ref_number | string | The reference number of KNET. |
| extraData.third_party_transaction_number | string | The third party transaction number. |