Pay manual subscription

Process payment for a manual subscription.

Path parameters

processingTerminalIdstringRequired>=4 characters<=50 characters

Unique identifier that we assigned to the terminal.

subscriptionIdstringRequired>=1 character<=48 characters

Unique identifier that the merchant assigned to the subscription.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Idempotency-KeystringRequired

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.

Request

This endpoint expects an object.
orderobjectRequired

Object that contains information about the initial cost that a customer pays to set up the subscription.

operatorstringOptional>=0 characters<=50 characters

Operator who initiated the request.

customFieldslist of objectsOptional

Array of customField objects.

Response

Successful request. We have processed the payment for the subscription.

subscriptionIdstring

Unique identifier that the merchant assigned to the subscription.

processingTerminalIdstring

Unique identifier of the terminal that the subscription is linked to.

paymentobject

Object that contains information about a payment.

secureTokenobject

Object that contains information about the secure token.

currentStateobject

A snapshot of the subscription’s current state.

customFieldslist of objectsOptional

Array of customField objects.