OnlineÜberweisen
Basic integration
Authentication
POST /api/v1/payments HTTP/1.1
Host: api.onlineueberweisen.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cachecurl --user api:<my_api_key> https://api.xs2a.com/v1/paymentsInitialize a Payment
POST /v1/payments HTTP/1.1
Host: api.xs2a.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cache
{
"amount": 10.5,
"currency_id": "EUR",
"purpose": "Order ID: 1234",
"metadata": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
},
"language": "de",
"sender": {
"holder": "John Doe",
"iban": "DE04888888880087654321",
"bic": "TESTDE88XXX",
"bank_name": "Test Bank",
"country_id": "DE"
},
"success_url": "https://example.com/success",
"abort_url": "https://example.com/abort",
"webhook_url": "https://example.com/webhook",
"payform_code": "default",
"iframe_top_forwarding": true
}Integration as redirect
Seamless integration
Security Checks (optional)
Customized payment form (optional)
PayPerCode (optional)
Account reconciliation (optional)
Automatic Recon OnlineÜberweisenLast updated
Was this helpful?