Method: POST
Endpoint
https://sandbox-payform-api.everypay.gr/api/payment-methods/iris
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| amount | Int | Yes | Amount in cents |
| pk | String | Yes | Public key |
| callback_url | String | Yes | Endpoint where EveryPay will send results |
| uuid | String | No | The Iris Session’s uuid |
| token | String | Yes | Iris Session’s signature |
| flow | String | Yes | direct |
| md | String | No | Merchant data (max 255 chars), returned in callback |
| currency | String | No | Supported currency EUR |
| locale | String | No | el or en (default: el) |
| payer_email | String | Recommended | |
| payer_phone | String | Recommended | |
| billing_country | String | Recommended | ISO 3166-1 alpha-2 code |
| billing_city | String | Recommended | |
| billing_state | String | Recommended | |
| billing_postal_code | String | Recommended | |
| billing_address_line1 | String | Recommended | |
| billing_address_line2 | String | Recommended | |
| shipping_country | String | Recommended | ISO 3166-1 alpha-2 code |
| shipping_city | String | Recommended | |
| shipping_state | String | Recommended | |
| shipping_postal_code | String | Recommended | |
| shipping_address_line1 | String | Recommended | |
| shipping_address_line2 | String | Recommended |