Create Request
Payment amount. Precision must be two digits after the decimal separator.
9.99ISO 4217 three-letter ISO currency code.
Possible values: >= 3 characters and <= 3 characters
EURcustomer objectrequired
Value that uniquely identifies the end customer and is provided by the business partner. If personal data such as a username or email address is used, it must be encrypted or hashed for security reasons.
merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomationReporting criterion that offers the possibility to classify sub-merchants. Agreement with paysafecard is needed; values that are not agreed lead to a failed transaction.
1Time frame the customer is given to go to a payment point and pay for the transaction, in minutes. The allowed span is between 1 and 1440 minutes. If no specific setting is used, the default setting of 24 hours is taken.
5URL to be used by paysafecard to notify upon authorization has been successfully completed.
https://notification.com/customer_takeover_data object
Customer data used to prefill the registration form in the barcode application. paysafecard does not store this data.
When KYC reliance is enabled, the document object and kyc_level
are mandatory. Additional KYC fields are mandatory if available.
Customer first name.
MaxCustomer last name.
MustermannCustomer date of birth.
1990-12-31Customer address line 1.
Musterstrasse 2Customer postal code.
1234Customer city.
ViennaISO 3166-1 two-letter country code.
Possible values: >= 2 characters and <= 2 characters
ATCustomer phone number. The international calling code must match the country.
+43676123456789Customer email address.
example@test.atdocument object
KYC document details supplied with customer takeover data.
Document identification number. Mandatory for KYC reliance.
8010369012345Document type. Mandatory for KYC reliance.
PASSPORTDocument issuing authority. Mandatory for KYC reliance if available.
Passport Service ParisDocument date of issuance. Mandatory for KYC reliance if available.
2010-12-31Document expiry date. Mandatory for KYC reliance.
2030-12-31KYC level assigned to the customer. Mandatory for KYC reliance.
FULLCustomer tax identifier. Mandatory for KYC reliance if available.
1NTEST01SGxo9HZCustomer place of birth. Optional for KYC reliance.
VersailleCustomer IP address. Optional for KYC reliance.
127.0.0.1{
"amount": 9.99,
"currency": "EUR",
"customer": {
"id": "merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomation"
},
"submerchant_id": "1",
"expiration_time_minutes": 5,
"webhook_url": "https://notification.com/",
"customer_takeover_data": {
"first_name": "Max",
"last_name": "Mustermann",
"date_of_birth": "1990-12-31",
"address1": "Musterstrasse 2",
"postcode": "1234",
"city": "Vienna",
"country_iso2": "AT",
"phone_number": "+43676123456789",
"email": "example@test.at",
"document": {
"id_number": "8010369012345",
"type": "PASSPORT",
"issuing_authority": "Passport Service Paris",
"date_of_issuance": "2010-12-31",
"date_of_expiry": "2030-12-31"
},
"kyc_level": "FULL",
"tax_id": "1NTEST01SGxo9HZ",
"place_of_birth": "Versaille",
"ip_address": "127.0.0.1"
}
}