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