Cancel

Request Cancel

DELETE https://sandbox.localpayment.com/qa/v2/payouts/cancel

Headers

NameTypeDescription

Content-Type*

String

Default: application/json

Content Type

Authorization*

String

Authorization

customer_id*

String

<= 12

Customer id

TransactionMechanism*

boolean

Transaction Mechanism

Request Body

NameTypeDescription

transaction_id

integer <int64>

payout_id

String

[
    {
        "status": "Canceled",
        "transaction_id": 308059,
        "payout_id": 51634,
        "ErrorRow": {
            "Errors": [],
            "HasError": false
        }
    }
]

The request to cancel a payout is only possible when the transaction has status "Received", if the payout has been sent to the bank and has status "In Progress" is no not possible any more.

Last updated