API Test Keys
Cancel a Payout Link
POST/v1/payout-links/:id/cancelClick to copy
Use this endpoint to cancel a Payout Link. You can only cancel Payout Links in the issued state. Know more about the
Is this page helpful?
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X POST https://api.razorpay.com/v1/payout-links/poutlk_00000000000003/cancel
Success
1{2"id": "poutlk_00000000000001",3"entity": "payout_link",4"contact_id": "cont_00000000000001",5"contact": {6"name": "Gaurav Kumar",7"type": "customer",8"contact": "912345678",9"email": "gaurav.kumar@example.com"10},11"fund_account_id": null,12"payout_id": null,13"purpose": "refund",14"status": "cancelled",15"amount": 1000,16"currency": "INR",17"description": "Payout Link for Gaurav Kumar",18"attempt_count": 0,19"receipt": "Receipt No. 1",20"notes": {21"notes_key_1":"Tea, Earl Grey, Hot",22"notes_key_2":"Tea, Earl Grey… decaf."23},24"short_url": "https://rzp.io/i/3b1Tw6",25"send_sms": true,26"send_email": true,27"cancelled_at": 1596122334, //28"created_at": 1545383037,29"expire_by": 1545384058, //This value is returned only if you have enabled and set expiry for Payout Links.30"expired_at": 1545384658 //This value is returned only if you have enabled and set expiry for Payout Links.31}
Path Parameters
id *
string The unique identifier for the Payout Link you want to cancel. For example, poutlk_00000000000003.
Response Parameters
idstring The unique identifier of the Payout Link that was created. For example, poutlk_00000000000001.
entitystring The entity created. Here it will be payout_link.
contactobjectDetails of the contact to whom the Payout Link was to be sent.
Show child parameters (4)
purposestring The purpose of the payout. For example, refund, cashback or payout.
statusstringThe Payout Link status. Possible values:
pendingissuedprocessingprocessedcancelledrejected
Refer to the for more details.
amountinteger The amount, in paise, that was to be transferred from the business account to the contact's fund account.
The value passed here does not include fees and tax. Fees and tax, if any, are deducted from your account balance.
currencystring The currency in which the payout was to be made. Here, it is INR.
descriptionstring A user-entered description for the Payout Link. For example, Payout Link for Gaurav Kumar.
short_urlstringA short link for the Payout Link that was created. This is the link shared with the contact.
created_atintegerTimestamp, in Unix, when the Payout Link was created.
contact_idstring The unique identifier of the contact to whom the Payout Link was sent. For example, cont_00000000000001.
send_smsbooleanPossible values:
true: SMS sent to the provided contact number.false: SMS could not be sent to the provided contact number. This could be because the contact number provided was wrong.
send_emailbooleanPossible values:
true: Email sent to the provided email address.false: Email could not be sent to the provided email address. This could be because the email address provided was wrong.
fund_account_idstring The unique identifier of the contact's fund account to which the payout will be made. For example, fa_00000000000001.
Fund Account id is returned only when the Payout Link moves to the
payout_idstring The unique identifier for the payout made to the contact. For example, pout_00000000000001.
This value is returned only when the Payout Link moves to the
cancelled_atinteger Timestamp, in Unix, when the Payout Link was cancelled by you. This value is returned only when the Payout Link moves to the cancelled state.
attempt_countinteger The number of attempts to complete the payout. For example, 0.
receiptstring A user-entered receipt number for the payout. For example, Receipt No. 1.
notesobject User-entered notes for internal reference. This is a key-value pair. For example, "note_key": "Beam me up Scotty”.
expire_byinteger Timestamp, in Unix, when the Payout Link was to expire. This is set at the time of creation of the Payout Link and is set at least 15 minutes ahead of the current time.
This value is returned only if you have enabled the expiry feature for Payout Links. Know how to
expired_atintegerTimestamp, in Unix, when the Payout Link expired. This is set at the time of creation of the Payout Link.
Cancel a Payout Link
POST/v1/payout-links/:id/cancelClick to copy
Use this endpoint to cancel a Payout Link. You can only cancel Payout Links in the issued state. Know more about the
Is this page helpful?
Path Parameters
id *
string The unique identifier for the Payout Link you want to cancel. For example, poutlk_00000000000003.
Response Parameters
idstring The unique identifier of the Payout Link that was created. For example, poutlk_00000000000001.
entitystring The entity created. Here it will be payout_link.
contactobjectDetails of the contact to whom the Payout Link was to be sent.
Show child parameters (4)
purposestring The purpose of the payout. For example, refund, cashback or payout.
statusstringThe Payout Link status. Possible values:
pendingissuedprocessingprocessedcancelledrejected
Refer to the for more details.
amountinteger The amount, in paise, that was to be transferred from the business account to the contact's fund account.
The value passed here does not include fees and tax. Fees and tax, if any, are deducted from your account balance.
currencystring The currency in which the payout was to be made. Here, it is INR.
descriptionstring A user-entered description for the Payout Link. For example, Payout Link for Gaurav Kumar.
short_urlstringA short link for the Payout Link that was created. This is the link shared with the contact.
created_atintegerTimestamp, in Unix, when the Payout Link was created.
contact_idstring The unique identifier of the contact to whom the Payout Link was sent. For example, cont_00000000000001.
send_smsbooleanPossible values:
true: SMS sent to the provided contact number.false: SMS could not be sent to the provided contact number. This could be because the contact number provided was wrong.
send_emailbooleanPossible values:
true: Email sent to the provided email address.false: Email could not be sent to the provided email address. This could be because the email address provided was wrong.
fund_account_idstring The unique identifier of the contact's fund account to which the payout will be made. For example, fa_00000000000001.
Fund Account id is returned only when the Payout Link moves to the
payout_idstring The unique identifier for the payout made to the contact. For example, pout_00000000000001.
This value is returned only when the Payout Link moves to the
cancelled_atinteger Timestamp, in Unix, when the Payout Link was cancelled by you. This value is returned only when the Payout Link moves to the cancelled state.
attempt_countinteger The number of attempts to complete the payout. For example, 0.
receiptstring A user-entered receipt number for the payout. For example, Receipt No. 1.
notesobject User-entered notes for internal reference. This is a key-value pair. For example, "note_key": "Beam me up Scotty”.
expire_byinteger Timestamp, in Unix, when the Payout Link was to expire. This is set at the time of creation of the Payout Link and is set at least 15 minutes ahead of the current time.
This value is returned only if you have enabled the expiry feature for Payout Links. Know how to
expired_atintegerTimestamp, in Unix, when the Payout Link expired. This is set at the time of creation of the Payout Link.
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X POST https://api.razorpay.com/v1/payout-links/poutlk_00000000000003/cancel
Success
1{2"id": "poutlk_00000000000001",3"entity": "payout_link",4"contact_id": "cont_00000000000001",5"contact": {6"name": "Gaurav Kumar",7"type": "customer",8"contact": "912345678",9"email": "gaurav.kumar@example.com"10},11"fund_account_id": null,12"payout_id": null,13"purpose": "refund",14"status": "cancelled",15"amount": 1000,16"currency": "INR",17"description": "Payout Link for Gaurav Kumar",18"attempt_count": 0,19"receipt": "Receipt No. 1",20"notes": {21"notes_key_1":"Tea, Earl Grey, Hot",22"notes_key_2":"Tea, Earl Grey… decaf."23},24"short_url": "https://rzp.io/i/3b1Tw6",25"send_sms": true,26"send_email": true,27"cancelled_at": 1596122334, //28"created_at": 1545383037,29"expire_by": 1545384058, //This value is returned only if you have enabled and set expiry for Payout Links.30"expired_at": 1545384658 //This value is returned only if you have enabled and set expiry for Payout Links.31}