| Description | Code |
| Apple Pay | APAY |
| BPAY | BPAY |
| Bill Me Later | BLML |
| Carte Bleue | CARTE_BLEUE |
| Check | CHEK |
| Credit Card | CARD |
| ELV | ELV |
| Gift Card | GIFT |
| GiroPay | GIROPAY |
| Google Checkout | GOOG |
| Green Dot MoneyPak | GDMP |
| Interac | INTERAC |
| Mercado Pago | MERCADE_PAGO |
| Neteller | NETELLER |
| None | NONE |
| POLi | POLI |
| Paypal | PYPL |
| Single Euro Payments Area | SEPA |
| Skrill/Moneybookers | SKRILL |
| Sofort | SOFORT |
| Token | TOKEN |
<?xml version="1.0" encoding="UTF-8"?> <response> <status>ok</status> <count> <success>1</success> <failure>0</failure> </count> <errors/> <result> <item> <code>CARD</code> <description>Credit Card</description> </item> </result> </response>Successful Response GET [JSON]
{"status":"ok","count":{"success":1,"failure":0},"errors":[],"result":{"item":{"code":"CARD","description":"Credit Card"}}}
curl -G -H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.intg12.kount.net:443/rpc/support/payments.json