Skip to main content

Reject Payout(🚧 in development)

POST 

/payouts/reject

Rejects a payout. This operation is only applicable to payouts in the 'completed' status and can only be performed if the payout provider (identified by providerCode) supports the rejection of successfully completed payouts.

Request​

Body

Payout parameters

    payoutNumber stringrequired

    Unique code identifying the specific payout.

    shopId integerrequired

    Unique identifier for the shop where the payout is being placed.

Responses​

Payout rejection successful

Schema
    data object
    payoutNumber stringrequired

    Unique code identifying the specific payout.

    operationType stringrequired

    Possible values: [reject]

    Operations type

Loading...