Retrieve the list of supported payment methods for a given transaction type (BUY or SELL) and fiat currency. Use this to determine available payment options before fetching quotations.
GET
/
api
/
v1
/
partner
/
payment-methods
cURL
Copy
curl --request GET \ --url https://api.money.orki.io/api/v1/partner/payment-methods \ --header 'X-ORKI-API-KEY: <api-key>'