Deprecated API Reference
This API Reference is being deprecated. Please use the New API Reference.
Remove Transfer(s) from a Batch Settlements
attention
This API is available for Finix Core customers only. If you have additional questions, contact Support.
Do you have a transfer in a batch settlement that you think may be a fraudulent transaction? So as long as the Settlement
hasn't been funded, you can remove the Transfer
or an array of Transfers
, along with its corresponding fee from a batch settlement.
Note: Per the JSON API for deleting a resource, our API doesn't have a response body when removing a transfer from a settlement.
curl https://finix.sandbox-payments-api.com/settlements/STmCc8GbjjX33SdymwNhb9Et/transfers \
-H "Content-Type: application/vnd.json+api" \
-H 'Finix-Version:2022-02-01' \
-u USpumes23XhzHwXqiy9bfX2B:c69d39e3-f9ff-4735-8c3e-abca86441906 \
-X DELETE \
-d '
{
"transfers": [
"TRr61njQxaa7AJf6E1C3QwCc"
]
}'
HTTP Request
DELETE https://finix.sandbox-payments-api.com/settlements/:SETTLEMENT_ID/transfers
URL Parameters
Parameter |
Description |
---|---|
:SETTLEMENT_ID | ID of the Settlement |