v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Payment Agreement Revocations

Revoke a Payment Agreement

post/v1/payment-agreements/{agreement-id}/revocations

Path parameters

agreement-idstring required

Headers

Merchant-Idstring required

The merchant identifier.

Request body

{"stackTrail":"components:schemas:AgreementRevocationRequest","oasType":"schema","type":"unknown"}

Response

OK

status'REVOKED' | 'FAILED'

The status of agreement revocation request

Example response

{
  "status": "REVOKED"
}