Retrieve Bank Account
By default you can see the 10 most recent sources stored on a customer directly on the object, but you can also retrieve details about specific bank account stored on the api.
GET
/v1/customers/:id/sources/:id
This request should return a JSON response with the structure:
Returns
Returns the bank account object.
Last updated