get
https://sandbox-api.bxnk.com/api/v1/product-apis/payment-methods/psp//currencies
Retrieve the currencies assigned to a specific payment method for the authenticated PSP.
Authentication
Requires X-Access-Key and X-Secret-Key headers.
Path parameters
paymentMethodId(number): the payment method identifier
Query parameters
Same paging/filtering/sorting pattern as other payment-methods endpoints.
Response
200: Assigned currencies retrieved successfully.401: Unauthorized403: Forbidden404: Not found (resource not found)500: Internal server error