cURL
curl --request GET \ --url https://api.money.orki.io/api/v1/partner/payment-methods \ --header 'X-ORKI-API-KEY: <api-key>'
{ "msg": "Success", "data": { "payment_methods": [ { "orki_id": "sepa_bank_transfer", "logo": "https://d31sk3i6y53c7h.cloudfront.net/assets/payment-methods/sepa_instant.svg", "name": "SEPA Bank Transfer", "tagline": "European Bank Transfers" }, { "orki_id": "credit_debit_card", "logo": "https://d31sk3i6y53c7h.cloudfront.net/assets/payment-methods/card.svg", "name": "Card Payment", "tagline": "Visa, MasterCard, etc." } ] }, "success": true, "code": 200 }
the fiat
"EUR"
the trade type.
BUY
SELL
"SELL"
Successful response
"Success"
Show child attributes
true
200