Customer Banks

POST /banks
 PUT /banks/:bankId
 GET /banks/:bankId
POST /banks/:bankId/drops
 PUT /banks/:bankId/drops

Adding and verifying banks is done through the bank resource. Funds can be withdrawn using a verified bank. Use the Create a payment (authenticated) endpoint to create a payment with a bank on file by providing a bankId. This feature is available depending on your plan.