Payment Services
Payment Initiation Service
Payment Service API Documentation
POST
For a usage description of the Payment Initiation Service, please refer to the Payment Services page.
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.
Example:
"unique-ref-id-123"
Description of the transaction.
Example:
"Payment for Order #12345"
URL to redirect after payment completion.
Example:
"https://example.com/callback"
User's IBAN for direct payment.
Example:
"DE89370400440532013000"
Pre-stored BIC code.
Example:
"BOFIIE2D"
Language code.
Example:
"DE"
ISO 4217 currency code.
Example:
"EUR"
Payment amount formatted as a decimal string.
Example:
"100.50"
Country code.
Example:
"DE"