Update Payment Link
POST/payment-link/update
Updates the amount of an existing payment link. Only the amount field can be changed; no other attributes of the payment link may be modified. You can only update payment links that were created with your API key, and only while the payment link's status is pending. Once a payment link has moved past pending (for example, once a payment has started processing or completed), the amount can no longer be changed.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Payment link amount updated successfully
Bad request - Invalid parameters, missing fields, or validation error
Forbidden - You do not have permission to update this payment link
Not found - Payment link does not exist
Conflict - The payment link is not pending and can no longer be updated
Internal server error