Payment Link Actions [v3]
POST/api/v3/payment-link/actions
Perform actions on an existing payment link — re-send the notification or cancel the link.
Quick Reference
- Required:
action("send" or "cancel"), plus eitherinvoice_idorpayment_link_id - Note: Provide either
invoice_idorpayment_link_id, not both
Request
Responses
- 200
- 4XX
- 5XX
When the payment link action request is successful, the response will be as below
When the payment link send request is not successful, the response will be as below
When there is a server error, the response will be as below