Payment requests

Resume collection for a payment request

Starts collection of this payment request by the named methods again. A payment request resumed this way keeps being collected even while the customer as a whole is paused. Methods that are not named keep their current state.

put/payment_requests/{paymentRequestId}:resume_collection

Path parameters

paymentRequestIdstring uuid required

The identifier of the payment request.

Request body

collectionMethodsstring[] required

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

Response

Collection is resumed for the named methods.

Changes