Paysafecard

Supported Brands

Create the checkout

Create the checkout: https://test.oppwa.com/v1/checkouts/

Successful Response

Response Checkout

Create the Hosted Payment Page / Payment Form

Payment Form

You will be re-directed to paysafecard. Please use this code to complete the payment: 1000009011101219

Get the payment status

Once the payment has been processed, the customer is redirected to your shopperResultUrl along with a GET parameter resourcePath.

Important: The baseUrl must end in a "/", e.g. "https://test.oppwa.com/".

Then, to get the status of the payment, you should make a GET request to the baseUrl + resourcePath, including your authentication parameters.Payment status

We recommend that you verify the following fields from the Payment Status response, by comparing the returned values with expected:

  • ID(s)

  • Amount

  • Currency

  • Brand

  • Type

Field specifications

Last updated