Initiate settlement payment method verification
POST/v1/settlement-payment-methods/:id/verify
Initiate the micro-deposit verification process for a settlement payment method. Allowed when status is NEW or VERIFICATION_FAILED. Resets attempts and starts a new 14-day window.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Verification initiated
Bad Request - Wrong payment method type, already verified, or verification already in progress
Unauthorized - Invalid or missing token
Forbidden - settlement-payment-method:write scope required
Settlement payment method not found