Payment Link
The Payment Links API enables businesses to generate payment links, allowing customers to make secure payments using their preferred payment method.
Attribute
yyyy-MM-dd
format. If no expiry is set, the payment link will expire in 30 days by default.active
, paid
, canceled
or expired
.Create Payment Link
This API endpoint allows you to create payment links in Zoho Payments. You can generate unique links that let you collect payments from customers easily.
OAuth Scope : ZohoPay.payments.CREATE
Arguments
yyyy-MM-dd
format. If no expiry is set, the payment link will expire in 30 days by default.Query Parameters
Update Payment Link
This API endpoint allows you to update the payment link. You can modify the customer email, phone number, reference, description, and expiry date. The link must be active to make modifications.
OAuth Scope : ZohoPay.payments.UPDATE
Arguments
yyyy-MM-dd
format. If no expiry is set, the payment link will expire in 30 days by default.Query Parameters
Retrieve Payment Link
This API endpoint allows you to retrieve the details of a specific payment link.
OAuth Scope : ZohoPay.payments.READ
Query Parameters
Cancel Payment Link
This API endpoint allows you to cancel the payment link. Once cancelled, it cannot be undone.
OAuth Scope : ZohoPay.payments.UPDATE