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.
Try it now
$ 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
01
Get a test key
Create a wp_test_ key in your account — no approval needed for test mode.
02
Open the Sandbox
Test cards, wallets and webhook simulation — a safe place to try real flows now.
Open Sandbox →03
Quick Start
From key to first successful request in a few copy-paste steps.
Start the guide →04
API Reference
Every endpoint, parameter and response shape, with examples.
Read the reference →