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
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
Example response
{
"account": "b2080452-bad1-4455-8ae7-9f5ea552a274",
"client_id": "EASYP030002"
}