v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBPayouts
Get a payee bank account
Retrieves the details of a specific payee bank account by its ID.
get/open-api/v3/payee/{id}/detail
Path parameters
idstring number required
Unique ID generated for the entity.
Query parameters
accountIdstring required
The UUID of the account.
Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter",
"data": {
"userName": "JohnSmith",
"payeeAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
}
}
}