v1

latestOpenAPI 3.1.0MIT2026-08-0659118508.8 KB
Config

Get Account Config

Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">config:read</code>

get/config

Response

OK

genericstring

URL for generic notification.

authorisationstring

URL for authorisation notification.

transactionstring

URL for transaction notification.

visa_fwdstring

URL for redirect clients on credit card forward.

visa_detailstring

URL for credit card payment detail.

accountstring uuid

The UUID of the related account.

client_idstring

The id of the related client.

payment_methodsstring[]

The available payments for the related account.

Example response

{
  "account": "b2080452-bad1-4455-8ae7-9f5ea552a274",
  "client_id": "EASYP030002"
}