api.kount.net Open in urlscan Pro
2606:4700::6810:b3bb  Public Scan

Submitted URL: https://api.kount.net/rpc/support/payments.html#examples
Effective URL: https://api.kount.net/rpc/support/payments.html
Submission: On May 03 via manual from IL — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Back to: API Index
Jump to: Overview Endpoints Usage Response Error Codes Examples


ACCEPTED PAYMENT TYPES

Query a list of accepted payment types

This is a current list of accepted payment types.


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


ENDPOINTS

https://api.kount.net/rpc/support/payments.html The browsable documentation for
this API endpoint. https://api.kount.net/rpc/support/payments.json Endpoint that
will return a JSON response. https://api.kount.net/rpc/support/payments.xml
Endpoint that will return an XML response.


USAGE


ERROR CODES

401 Authentication The key provided could not be authenticated


RESPONSE SAMPLES

Successful Response GET [XML]

<?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"}}}


CODE EXAMPLES

GET

curl -G -H "x-kount-api-key: XXX.YYY.ZZZ" \
     https://api.kount.net/rpc/support/payments.json

© 2022 Kount Inc, All Rights Reserved