Validate a New Payout
POST/payouts
Validates a new SafetyPay payout without executing the payout.
Set capture to false to validate the payout. After successful
validation, the payout status changes to VALIDATION_SUCCESSFUL.
The id returned in the response can be used in a subsequent
/payouts/{id}/capture request to execute the validated payout.
The optional Correlation-ID header allows the merchant to supply part
of the payout identifier. The value must be unique per MID.
Request
Responses
- 201
- 400
- 401
- 500
Payout validation completed successfully.
Invalid payout validation request.
Authentication failed.
Internal server error.