cofidis_create_payment
Creates a Cofidis Pay instalment payment. Returns a payment URL where the customer can complete the purchase in instalments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount in EUR. Cofidis has minimum and maximum limits per customer. | |
| order_id | Yes | Unique order identifier in your system (max 15 characters). | |
| return_url | Yes | URL to redirect the customer after the payment flow. The API appends &Success=True on approval, or another value on failure. | |
| cofidis_key | Yes | ifthenpay Cofidis Pay key. | |
| description | No | Short description or reference for the payment (e.g. order number). | |
| customer_name | No | Full name of the customer. | |
| customer_email | No | Email address of the customer. | |
| customer_phone | No | Customer phone number including country code (e.g. +351256245560). |