Beneficiary
Fetch Payout Methods
API reference for fetching payout methods
GET
Retrieves payout methods with optional filtering. Returns both merchant-owned and customer-specific methods unless filtered.
Parameters
Query Parameters
customer_id
(optional): Filter by specific customer IDtype
(optional): Filter by type (BANK or WALLET)currency
(optional): Filter by currency codepage
(optional): Page number for pagination (default: 1)limit
(optional): Items per page (default: 20, max: 100)
Headers
Query Parameters
Filter by specific customer ID
Filter by type (BANK or WALLET)
Available options:
BANK
, WALLET
Filter by currency
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Response
200
application/json
Payout methods retrieved successfully
The response is of type object
.