Setup
To create a Worldline Connect account, please contact Worldline directly. Note: if you intend to tokenize cards, ask the Worldline Merchant Services team to configure your account to returninitialSchemeTransactionId in transaction responses.
Connector configuration
After setting up your Worldline Connect connector in the dashboard, configure how transactions are routed to it. Choose one of the following options:- Using Flow - Configure Worldline Connect as the target connector in Flow to automatically route card transactions to this connector
- Using the API - Explicitly set the
payment_service_idparameter to the Worldline Connect connector ID when creating transactions. This overrides any Flow routing rules.
Credentials
When setting up Worldline Connect in the dashboard, configure the following credentials, which you can obtain from the Worldline configuration center under Account Settings.- Merchant ID - The numerical merchant ID.
- API Key ID - The API key ID.
- API Secret Key - The API secret key.
- Webhook Secret Key (optional) - The webhook secret key used to sign webhooks.
Capabilities
Webhooks
In order for webhooks to be sent, at least one webhook key must be generated. This is done in the Worldline Configuration Center, under Webhooks keys.Required checkout fields
Worldline Connect requires the following buyer fields during checkout:address.countryfirst_namelast_name
Supported countries
Supported currencies
Integration
To accept card payments with Worldline Connect, use one of Gr4vy’s client-side integration methods to securely collect card details. Due to PCI compliance requirements, card data should never be sent directly to your servers. You can integrate using:- Embed - A pre-built, customizable payment form that handles the complete payment flow
- Secure Fields - Embed card input fields for building custom payment forms while maintaining PCI compliance
- Mobile SDKs - Native SDKs for iOS, Android, React Native, and other platforms
payment_service_id parameter.