Payors
Get Payor
Get a Single Payor by Id.
get/v1/payors/{payorId}
Path parameters
payorIdstring uuid required
The account owner Payor ID
Response
Get Payor Details
Example response
{
"primaryContactName": "Joe Buck",
"payeeGracePeriodProcessingEnabled": true,
"supportContact": "support@example.com",
"address": {
"country": "US",
"countyOrProvince": "FL",
"line4": "line4",
"city": "Key West",
"line3": "line3",
"line2": "line2",
"line1": "500 Duval St",
"zipOrPostcode": "33945"
},
"fundingAccountAccountName": "Example Corp BOA",
"includesReports": true,
"allowsLanguageChoice": true,
"language": "EN",
"fundingAccountAccountNumber": "1234567890123",
"dbaName": "Some Biz",
"primaryContactPhone": "123-123-1234",
"payeeGracePeriodDays": 0,
"fundingAccountRoutingNumber": "123456789",
"reminderEmailsOptOut": true,
"maxMasterPayorAdmins": 6,
"manualLockout": true,
"collectiveAlias": "Payee",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"kycState": "PASSED_KYC",
"primaryContactEmail": "joe.buck@example.com",
"payorName": "Example, Corp"
}