Get all the payment recipients for the customer
x-ms-visibility: "important"
Send a request to get all the payment recipients from eMabler system.
Query Parameters
includeSites string
If true, sites related to the payment recipients are included. Default if omitted: false
Responses
- 200
- 401
- 404
- 500
Returns payment recipients' data
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
sites object[]
id int64
groupName string
id int64
name string
contactEmail string
streetAddress string
city string
postalCode string
country string
accountNumber string
bankCode string
bankName string
businessId string
recipientType int32 nullable
Possible values: [0
, 1
]
Default value: 0
created date-time
lastUpdated date-time
language string
[
{
"sites": [
{
"id": 0,
"groupName": "string"
}
],
"id": 0,
"name": "string",
"contactEmail": "string",
"streetAddress": "string",
"city": "string",
"postalCode": "string",
"country": "string",
"accountNumber": "string",
"bankCode": "string",
"bankName": "string",
"businessId": "string",
"recipientType": 0,
"created": "2024-10-10T06:49:37.380Z",
"lastUpdated": "2024-10-10T06:49:37.380Z",
"language": "string"
}
]
Customer not found or not authorised
Payment recipients not found in eMabler system
Error getting data from eMabler system
Loading...