post https://app.claimssnap.io/api/public/users//banks
Adds an unverified bank account to the user's account. Note that only two banks can exist per user at any given time.
Log in to see full request history
Response
Adds an unverified bank account to the user's account. Note that only two banks can exist per user at any given time.
xxxxxxxxxx
curl --request POST \
--url https://app.claimssnap.io/api/public/users/userId/banks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"accountType": "checking"
}
'
Try It!
to start a request and see the response here! Or choose an example: