Skip to main content

Online payments

PayPal Cancel billing agreement

Last updated: 29-Jul-2022

Overview

Cancel a billing agreement that was created in Create Billing Agreement API.

Required fields

  • ppcUid - PayPal Payment Provider Contract UUID

Optional fields

There are no optional fields.

Request

Here is an example of POST /billingAgreement/{agreementId}/cancel request that can be used for canceling a billing-agreement.

curl -v -X POST '<Server URL>/billingAgreement/<Agreement Id>/cancel' \
-H 'Authorization: Bearer <Access Token>' \
-H 'Content-Type: application/json' \
-d '{
    "ppcUid": "<PPC Id>"
}'

Response

The successful response will be of status code 200, with no content.

Need help?

Do you have a question? On our Support page you will find a list with answers to frequently asked questions.
Did not find the answer you are looking for? Please contact us. We are happy to help.

Logo of Verifone