Skip to main content
POST
Void a payout instruction

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

voids a payout.

payoutId
string

Unique identifier of the payout instruction.

Response

200 - application/json

Successfuly voids a payout

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

code
string

Machine-readable result code. See the Error Codes reference.

message
string

Human-readable result message.

Last modified on July 14, 2026