Retrieve Payout Methods
GET/payouts/payout-methods/:shopId
Retrieves the list of payout methods available for a given shop, identified by its {shopId}. This endpoint provides an unfiltered list of all payout methods applicable to the shop.
Optionally, the results can be narrowed down by specifying supported currencies, instrument types, regions, and transfer types.
The information obtained from this endpoint is used to determine the list of mandatory fields required for creating a payout, as detailed in the Retrieve Required Payout Fields endpoint.
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
Returns a list of payout methods available for the specified shop, optionally filtered by the supported currencies and instrument types.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to retrieve payout methods for the specified shop.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.