Payors
Get Payor
Get a Single Payor by Id.
get/v2/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",
"payorXid": "ABC_201234",
"includesReports": true,
"managingPayees": true,
"allowsLanguageChoice": true,
"language": "EN",
"createdAt": "2021-12-08T14:41:02.354982Z",
"provider": "provider",
"maxMasterPayorAdmins": 5,
"manualLockout": true,
"paymentRails": "paymentRails",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"primaryContactEmail": "joe.buck@example.com",
"usdTxnValueReportingThreshold": 1000000,
"payorName": "Example Corp",
"address": {
"country": "US",
"countyOrProvince": "FL",
"line4": "line4",
"city": "Key West",
"line3": "line3",
"line2": "line2",
"line1": "500 Duval St",
"zipOrPostcode": "33945"
},
"openBankingEnabled": true,
"dbaName": "Some Biz",
"primaryContactPhone": "123-123-1234",
"payeeGracePeriodDays": 0,
"reminderEmailsOptOut": true,
"collectiveAlias": "Vendors",
"kycState": "PASSED_KYC",
"wuCustomerId": "wuCustomerId",
"remoteSystemIds": [
"REMOTE_SYSTEM_ID",
"REMOTE_SYSTEM_ID"
]
}