DotsDocs
Apps

Get App ACH Deposit Details

Bank details for funding an App's wallet by ACH or wire. Send these to your finance team or your bank; deposits arrive in the App's wallet. Requires organization credentials. The App must be enrolled for deposits; contact support if it is not.

GET
/v2/apps/{app_id}/ach-deposit-details

Bank details for funding an App's wallet by ACH or wire. Send these to your finance team or your bank; deposits arrive in the App's wallet.

Requires organization credentials. The App must be enrolled for deposits; contact support if it is not.

AuthorizationBasic <token>

In: header

Path Parameters

app_id*string

Id of the App

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/ach-deposit-details"
{  "account_number": "string",  "routing_number": "string"}