POST /transfer/cancel
Use the /transfer/cancel
endpoint to cancel a transfer. A transfer is eligible for cancellation if the cancellable
property returned by /transfer/get
is true
.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
transfer_id |
String | Yes |
Plaid’s unique identifier for a transfer. |
client_id |
String | No |
Your Plaid API |
reason_code |
String | No |
Specifies the reason for cancelling transfer. This is required for RfP transfers, and will be ignored for other networks.
Possible values:
|
secret |
String | No |
Your Plaid API |
originator_client_id |
String | No |
The Plaid client ID of the transfer originator. Should only be present if |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.