Customers

Pause collection for a customer

Stops collection from the customer by the named methods. Payment requests already raised for the customer are not collected by those methods until collection is resumed. Methods that are not named keep collecting, and a method that is already paused stays as it is.

put/customers/{customerId}:pause_collection

Path parameters

customerIdstring uuid required

The identifier of the customer.

Request body

collectionMethodsstring[] required

The collection methods to pause. At least one method is required.

Response

Collection is paused for the named methods.

Changes