Paysafecard
Supported Brands
Brand Name |
PAYSAFECARD |
Transaction Types | Meaning | Success return codes |
DB | Debit of the card without prior authorization request | 000.000.000 |
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
Name | Description | Format | Example |
amount | Amount of the payment request. The dot is used as a decimal separator. | N13[0- 9]{1,10}\.[0 -9]{2} | 1.00 |
currency | Currency Code according to ISO 4217 specifications of the payment request’s amount | A3 [a-zA-Z]{3} | BRL |
customer.email | The (internal) email address of the customer | AN128 [\s\S]{6,12 8} | |
customer.ip | AN255 [\s\S]{1,25 5} | AN255 [\s\S]{1,25 5} | 1.1.1.1 |
merchantTransactionID | Merchant-provided reference number | AN255 [\s\S]{1,25 5} | 1234 |
shopperResultUrl | Result URL after payment is completet | AN2048 [\s\S]{6,2048} |
Last updated