Skip to content

Activates a payment link

Request

POST {{baseURL}}/pay-int-api/quick-payments/{{quickPaymentId}}/activate

This endpoint manually activates a one-time payment link.

A created one-time payment link must be activated before using it.

See Also:
To create a one-time payment link, see POST /pay-int-api/quick-payments/one-time.
To create a reusable payment link, see POST /pay-int-api/quick-payments/reusable.
To deactivate a payment link, see POST /pay-int-api/quick-payments/{quickPaymentId}/deactivate.
To send a payment link by SMS, see POST /pay-int-api/quick-payments/{quickPaymentId}/send-sms-notification.

Security
Bearer
Path
quickPaymentIdstring, (uuid)required

Specifies the payment link identifier.

This value is returned from either:

  • POST /pay-int-api/quick-payments/one-time
  • POST /pay-int-api/quick-payments/reusable
Example:0423617a-2004-4516-935d-e5ad4bbbe93e
Headers
x-api-versionstring

Specifies the API version to use for the request.

Example: 1.0

Example:1.0
curl -i -X POST \
  https://developer.flute.com/_mock/api-reference/pay-int-api/quick-payments/0423617a-2004-4516-935d-e5ad4bbbe93e/activate \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-version: 1.0'

Responses

OK

Response
No content