v1

latestOpenAPI 3.1.0MIT2026-08-0659118508.8 KB
Config

Patch Account Config

This endpoint is useful for setting up the correct URLs for event notifications. For more details, see Notifications-Webhooks.

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

patch/config

Request body

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.

Example request

{
  "generic": "https://www.easypay.pt/generic",
  "authorisation": "https://www.easypay.pt/authorisation",
  "transaction": "https://www.easypay.pt/transaction",
  "visa_fwd": "https://www.easypay.pt/visa_fwd",
  "visa_detail": "https://www.easypay.pt/visa_detail"
}

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"
}