Skip to main content

Verify Bank Drops

PUT 

/banks/:bankId/drops

Completes one-time ACH bank-account verification by confirming the two micro-deposit amounts sent by Send Micro-Deposits. On success, verified becomes true and the bank account can fund payments — this step does not repeat for that bank account.

⚠️ Known limitation: send amounts as an array of two strings representing whole cents (a $0.32 and $0.45 deposit → ["32", "45"]), not as JSON numbers. Sending numbers currently triggers a generic 400 Error validating request instead of a field-level validation message. Order does not matter.

Request

Responses

Bank account verified