v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBPayout method
Get payout methods
Returns a list of payout methods created by a receiving partner.
get/config/payout_methods
Query parameters
pageinteger
The page number for paginated results. The value is zero-based, where 0 represents the first page.<br/> Set it to 0 to get the first page of results.
sizeinteger
Number of payments to return per page.
Response
Example response
{
"sort": [
{
"direction": "ASC",
"nullHandling": "NULLS_FIRST",
"ascending": true
}
],
"content": [
{
"payout_method_id": "a6dbe002-ca7f-4ec7-89e4-f44a1971a0c0",
"payout_method": "LOCAL_RAILS",
"description": "local rails",
"payout_method_category": "BOOK_TRANSFER",
"estimated_time_to_credit": {
"time_value": 5
}
}
]
}