How to use the test environment for COPYandPAY integrations.
- Go to the documentation at Gateway documentation
- In 1. Prepare the checkout click on the Playground tab.
- 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 COPYandPAY data.
- Click Try it Out.
- After
- From the JSON response, save the values of your checkout
id
to use later. Theid
will be something likeAF51D29931A8EDF685AAF3A5474083D5.uat01-vm-tx02
. - You can also copy the request to create the checkout from the tab in one of the programming languages.
- Go to 2. Create the payment form, which will automatically load your checkout ID and integrity.
- Click Try it Out.
- You can test styling on the. html, css, and js tabs.
- Enter your test card details. Click the Enter key on your keyboard.
- Go to 3. Get the payment status and click on the Playground tab
- Enter the checkout
id
. - After
Bearer
enter your own API Auth key. - For the
entityId
enter your own channel ID. - Click Try it Out.
- Enter the checkout
- From the response, get the
id
of the payment and the other attributes as required.