Jetpay Developer Guide
Using the API
Adding a bank account to a contact
1 min
to associate a bank account with a contact, you can use an already existing contact or adding a contact docid\ ku5bbs 73qawy vqn2goi then, you can create a bank account and associate it with the contact using the create bank account endpoint when calling this endpoint, you must include the uiid of the contact shall be associated to in the request body this will respond back with the newly added bank account's information including its uuid the returned bank account will be associated with the contact and can be used for both credit and debit transactions sequencediagram participant partner as partner participant api as jetpay api partner >>+api create new contact note right of api put /contact (v0) api >> partner r contact created note right of api 200 ok partner >>+api create and associate new bank account to contact note right of api put /contact/bank account api >> partner r bank account created note right of api 201 created