post https://example.com/api/payments
Log in to see full request history
Response
xxxxxxxxxx
12curl --request POST \
--url https://example.com/api/payments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"currency": "EUR",
"flow": "CARD",
"acquirer": "CLEARHAUS",
"gateway": "QUICKPAY"
}
'
Try It!
to start a request and see the response here! Or choose an example: