v8
OpenAPI 3.1.02026-08-033623795.0 MBPayout methods
Retrieve payout method
Retrieves the details of an existing payout method.
Required permissions:
- payout:destination:read
get/payout_methods/{id}
Path parameters
idstring required
Example:potk_xxxxxxxxxxxxx
The unique identifier of the payout method to retrieve.
Response
A successful response
Example response
{
"account_reference": "****1234",
"company": {
"id": "biz_xxxxxxxxxxxxxx"
},
"created_at": "2023-12-01T05:00:00.401Z",
"currency": "USD",
"id": "potk_xxxxxxxxxxxxx",
"institution_name": "Chase Bank",
"nickname": "My Business Account"
}