This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location 'https://newsupport.xbit.pro/api/v1/payment' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data '{
"nonce": 1707484035123,
"amountInCents": 10050,
"currency": "UAH",
"firstName": "John",
"lastName": "Doe",
"isAutoCodeRedeem": true,
"clientId": "1234567890"
}'{
"paymentId": "43066701-0111-412c-8a0c-b8c06800449d",
"paymentUrl": "https://payment-gateway.com/pay/abc123",
"message": "Payment created successfully",
"cardNumber": "4242424242424242",
"amountToChargeInCents": 0,
"amountInCents": 0
}