To use the test environment for SERVER-TO-SERVER integrations to perform a standard request.
- Go to the documentation at Gateway SERVER-TO-SERVER documentation
- Select Synchronous
- Select Preauthorization and Capture or Debit
- Select
VISA
orMASTER
- Select Playground
- After
Bearer
enter your own API Auth key. - For the
entityId
enter your own channel ID. - You can use the other parameters from Gateway playground SERVER-TO-SERVER data
- Click Try it Out.
- After
To perform 3DS verification in the gateway test environment, you must make a standalone 3DS request before you make the payment.
- Use the Gateway standalone 3DS request with the parameters for a payment with gateway 3DS, but remove the
paymentType
parameter. - Get the results of the 3DS verification to use in the payment request. You will need the
dsTransactionId
,acsTransactionId
, andverificationId
. - After you process the 3DS request, use the standard payment request at Gateway SERVER-TO-SERVER documentation with the parameters for merchant 3DS.
To get the payment status, use the request to get a payment at Gateway documentation asynchronous payment under section 3. Get the payment status.
To manage payments, use the Back office API. See Backoffice API operations
To make a repeated payment with a saved card, see Gateway documentation one-click payment under Step 3.