General documentation
Request to create the order To create the order to be able to start the payment process, is needed to send a POST request to https://waynance.app/makeorder The following parameters are needed.
curl --location 'https://waynance.app/makeorder' \
--header 'Content-Type: application/json' \
--data '{
"invno": 313,
"numberService": 110,
"currency": "EUR",
"apiKey": "apicodekey123",
"order": 35,
"url": "http://miempresa.com/"
}'Last updated