REST API · v1

The WingsPay API

Accept card, SEPA and crypto payments through one consistent interface. Get a test key, send your first request, and see a real JSON response — in about five minutes.

Base URL
https://api.wingspay.net/v1/
Authenticate with a wp_test_ key and send your first request — real requests, real JSON.

Try it now

bash — first request
$ curl https://api.wingspay.net/v1/merchant \
    -H "Authorization: Bearer wp_test_9c1d4e7f2a8b3c6d"
{
  "object": "merchant",
  "name": "Demo Merchant Ltd.",
  "status": "active",
  "default_currency": "eur",
  "livemode": false
}
Sample response · press Run to call the live endpoint

Start building

Resources