Pay manual subscription
Use this method to manually collect a payment linked to a subscription. You can manually collect a payment only if the merchant chose not to let our gateway automatically collect each payment.
To manually collect a payment, you need the subscriptionId of the subscription that’s linked to the payment. You sent the subscriptionId in the request of the Create Subscription method.
Note: If you don’t have the subscriptionId, use our List Subscriptions method to search for the subscription.
The request includes an order object that contains information about the amount that you want to collect.
In the response, our gateway returns information about the payment and a paymentId. You can use the paymentId in follow-on actions with the Payments endpoints or Bank Transfer Payments endpoints.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.