Verify bank account

Verify bank account upadte the verify status of the bank account.

POST /v1/customers/:id/sources/:id/verify

curl https://testapi.txpmnts.com/v1/customers/P2ZTA56JQ7-AvwGf0pHd2Q/sources/TlnNDVS6TteSn2-FEh3ZKg/verify \
  -u sk_test_yFStF-KUmgr-7CoumuY2JA: \
  -X POST

This command response a 204 response code.

Returns

Returns a 204 status code response or error otherwise.

Last updated