This step retrieves the Billing Agreement to an endpoint, once the Billing Agreement has been setup and created.
The process starts with the following GET:
GET /v2/billing-agreements/{token}
This endpoint retrieves a billing agreement. A sample request is:
Request Parameters
Responses
Example Responses
200 Response
401 Response
404 Response
405 Response
406 Response
500 Response
To handle the response, you must be authenticated by MerchantAuthentication.
Sometimes a Billing Agreement has to be cancelled. For information on this, see the Cancel Billing Agreement topic.