POST Cancel Outbound Payment
e POST Cancel Outbound Payment method allows merchants to cancel an outbound payment that is still in the InProcess
status. This ensures that payments can be halted before they are finalized. Payments that have progressed to CheckPrinted
status are no longer eligible for cancellation.
Note: This API is supported in AndDone version 2.3 only.
API Endpoint |
https://api.uat.anddone.com/vendorapi/secure/outboundpayments/cancel |
API Data | Details |
URI | vendorapi/secure/outboundpayments/cancel |
Method | POST |
Authorization | API Key Authorization |
Authorization | |
x-api-key | API key {env_merchantAccessKey} |
Request Headers | |
x-app-key | Merchant ID or App Key {env_merchantId} |
x-version | API version (e.g., 2.3) |
Origin | URL or IP address provided to AndDone as an allowed origin. |
Content-Type | application/json |
Request Parameters
Field Name | Data Type | Mandatory | Field Length | Description |
Body Request Example (JSON)
Response
This method returns code 200 if the specified vendor was successfully deleted.