latestOpenAPI 3.0.12026-08-104242199.9 KB

8df83424e244

Clearing transactions

Index clearing profiles

Returns an array containing all clearing profiles under your control.

get/v1/clearing_profiles

Headers

Solaris-Partner-Idstring required

Your partner ID.

Response

Successful result of the operation

idstring

ID of the clearing profile.

ibanstring

IBAN of the clearing account.

allowed_booking_typesSolarisEnumsBookingType[]

An array containing the allowed booking types for this profile.

customer_authenticationboolean

Indicates whether the customer must complete a change request for negative bookings on their account.

Example response

[
  {
    "id": "8264234444a2a4cb1ee33666259c5513pacp",
    "iban": "DE97110101004884374432",
    "allowed_booking_types": [
      "CURRENCY_EXCHANGE_PARTNER"
    ],
    "customer_authentication": true
  }
]