Jetpay Developer Guide
Using the API
Adding a contact
1 min
all credit and debit transactions on jetpay have to be made with a contact the contact is the person who has to get involved at the other end of the transaction, either for sending funds to them or receiving funds from them therefore, being able to add contacts to your jetpay account will be essential adding a contact for either a supplier or vendor is simply done via a single call to the create contact endpoint this will respond back with the new contact information including it's uuid sequencediagram participant partner as partner participant api as jetpay api partner >>+api create new contact note right of api put /contact api >> partner r contact created note right of api 200 ok