Skip to main content
Checkout v4 uses a merchant API key. No OAuth token is required. Your application submits the payment to the SoleasPay hosted page. The customer completes the payment on SoleasPay, then is redirected to your application with the result.

Use cases

Use Checkout v4 if you want to:
  • redirect the customer to a full payment page;
  • avoid building a payment-method collection interface;
  • quickly offer the active services on your merchant account;
  • integrate SoleasPay with a simple HTML form.

Payload

Example

HTML form

Return

The customer is redirected to successUrl or failureUrl with soleaspay_data in the query string.
Decode soleaspay_data, store the transaction reference, then confirm the status before delivering a sensitive service.