Transactions
Purchase Cancel
This API cancels a Purchase.
post/PurchaseCancelClosedLoop
Request body
Example request
{
"Method": "CancelDepositClosedLoop",
"BusinessUnitId": 4548,
"PartnerId": 4548,
"MerchantAccountKey": "378320-014700-0146333-1",
"OriginalIdentifier": "GABI-DEP-ecfeefb5-3bb0-4517-88e0-d50238057d38",
"Identifier": "PurchaseTest1106new4",
"Reason": "C01"
}Response
Response for Cancel Purchase Closed Loop
Example response
{
"Message": "Cancellation request completed successfully"
}