Payment Service API Documentation
For a usage description of the Payment Initiation Service, please refer to the Payment Services page.Documentation Index
Fetch the complete documentation index at: https://umbrella-docs.info/llms.txt
Use this file to discover all available pages before exploring further.
/payments/initiateBearer token obtained from POST /auth. Valid for 60 minutes.
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.