Ideal for onboarding new vendors into the Fintainium ecosystem efficiently and accurately
curl --location 'https://staginggateway.fintainium.com/gateway/vendor/create' \
--header 'sessionKey: YOUR_API_KEY_HERE' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": 3295462,
"vendor":[
{
"printNameOnCheck":"Test Company A",
"internalId": "1005",
"paymentMode":"",
"companyName":"Test Company A",
"vendorName":"Test Company A",
"taxNo": "",
"firstName": "Test",
"lastName": "Vendor",
"emailAddress":"abc01@getnada.com",
"phoneNumber":"",
"addressLine1":"10 Lawrence Street",
"addressLine2":"",
"addressLine3":"",
"addressLine4":"",
"addressLine5":"",
"zipCode":"50020",
"countryCode":"US",
"stateCode":"AK",
"cityId":18086,
"inviteVendor": true,
"maskTaxId": true
}
]
}'\'''{
"statusCode": 200,
"actionCode": "00",
"message": "Successful",
"failedCount": 0,
"failedMessageList": [],
"successCount": 1,
"vendorDetail": [
{
"id": 4440162,
"internalId": "1005",
"vendorName": "Test Company A"
}
],
"transmissionDateTime": "2024-12-17T17:46:46.981+00:00"
}