Payment Service API Documentation
/payments/initiateBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the transaction generated by your system.
"uniqueRefId123"
Description of the transaction.
"Payment for Order #12345"
URL to redirect after payment completion – back to the calling app or website.
"https://example.com/callback"
Recipient's IBAN for direct payment.
"DE89370400440532013000"
Currency code.
"EUR"
Payment amount formatted as a decimal string.
"12.50"
Pre-stored BIC code.
"BOFIIE2D"
Language code.
"DE"
Country code.
"DE"
Payment successfully initiated.