- EnKash Developer Portal Overview
- Payment Gateway
- Payment Gateway Overview
- Payment Gateway Sign Up
- Payment Methods
- Supported Integrations
- Payment Gateway APIs
- Web Integration
- Server to Server Integration
- Test Card Details
- Authorization
- Orders
- Payments
- Refunds
- Settlements
- Split Settlements
- E-Commerce Plugins
- Payment Links
- Payment Button
- Qr Code
- UPI Mandate
- Payment Links
- Bharat Connect (BBPS)
- About Bharat Connect
- B2B Invoicing
- Invoice
- Payment
- Financing
- Onboarding
- cdNote
- Purchase Order
- webhook-invoice
- webhook-payments
- webhook-business-onboarding
- webhook-financing
- webhook-cdNote
- Webhook Purchase Order
- Webhook Send Purchase Order Request
- Webhook Send Purchase Order Response
- Webhook Confirm Purchase Order Request
- Webhook Confirm Purchase Order Response
- Webhook Edit Purchase Order Request
- Webhook Edit Purchase Order Response
- Webhook Status Change Purchase Order Request
- Webhook Status Change Purchase Order Response
- Bill Payments
- Payouts
- Accounts Payable Management Tool
- Account Receivable
- Expense Management
- Loyalty
- Card Management
- Verification Suite
Delete Payment Link
DELETE
/api/v0/quick-collect/{quickCollectId}
Request
Path Params
quickCollectId
stringÂ
required
Header Params
Authorization
stringÂ
required
Example:
Bearer ZW5rYXNoLWNsaWVudDplbmthc2gtc2VjcmV0
Body Params application/x-www-form-urlencoded
object {0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://test.your-api-server.com/api/v0/quick-collect/' \
--header 'Authorization: Bearer ZW5rYXNoLWNsaWVudDplbmthc2gtc2VjcmV0'
Responses
🟢200Success
application/json
Body
amount
numberÂ
optional
createdBy
stringÂ
optional
createdOn
string <date-time>
optional
customerEmail
stringÂ
optional
customerId
stringÂ
optional
customerLegalName
stringÂ
optional
customerName
stringÂ
optional
customerPhone
stringÂ
optional
deleted
booleanÂ
optional
description
stringÂ
optional
dueDate
string <date>
optional
error
stringÂ
optional
modifiedBy
stringÂ
optional
note
stringÂ
optional
notifyEmail
booleanÂ
optional
notifyPhone
booleanÂ
optional
paymentLink
stringÂ
optional
payoutDetails
array[object (PayoutDetailModel) {9}]Â
optional
payoutAmount
numberÂ
optional
payoutDate
string <date-time>
optional
payoutMode
stringÂ
optional
payoutStatus
enum<string>Â
optional
Allowed values:
FAILEDIMPS_CALL_MADEINITIN_PROGRESSNEFT_CALL_MADEON_HOLDPAIDPENDINGREINITIATESUCCESS
payoutTransferId
stringÂ
optional
payoutTransferResponseReason
stringÂ
optional
remarks
stringÂ
optional
settlementPayoutId
stringÂ
optional
utr
stringÂ
optional
payoutStatus
object (EnumModel«string»)Â
optional
label
stringÂ
optional
name
enum<string>Â
optional
Allowed values:
PAIDPARTIAL_PAIDREJECTUNPAID
postToTally
booleanÂ
optional
quickCollectRequestId
stringÂ
optional
receivableStatus
object (EnumModel«string»)Â
optional
reference
stringÂ
optional
sendAutoReminder
booleanÂ
optional
Example
{
"amount": 0,
"createdBy": "string",
"createdOn": "2019-08-24T14:15:22Z",
"customerEmail": "string",
"customerId": "string",
"customerLegalName": "string",
"customerName": "string",
"customerPhone": "string",
"deleted": true,
"description": "string",
"dueDate": "2019-08-24",
"error": "string",
"modifiedBy": "string",
"note": "string",
"notifyEmail": true,
"notifyPhone": true,
"paymentLink": "string",
"payoutDetails": [
{
"payoutAmount": 0,
"payoutDate": "2019-08-24T14:15:22Z",
"payoutMode": "string",
"payoutStatus": "FAILED",
"payoutTransferId": "string",
"payoutTransferResponseReason": "string",
"remarks": "string",
"settlementPayoutId": "string",
"utr": "string"
}
],
"payoutStatus": {
"label": "string",
"name": "PAID"
},
"postToTally": true,
"quickCollectRequestId": "string",
"receivableStatus": {
"label": "string",
"name": "PAID"
},
"reference": "string",
"sendAutoReminder": true
}
Modified at 2025-03-28 05:37:48