post https://api-qecom.novapay.ua/v1/frames/init
Log in to see full request history
Responses
xxxxxxxxxx
21curl --request POST \
--url https://api-qecom.novapay.ua/v1/frames/init \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"merchant_id": "1",
"client_first_name": "Иван",
"client_last_name": "Иванов",
"client_patronymic": "Иванович",
"client_phone": "+380982850620",
"client_email": "email@gmail.com",
"external_id": "105-2154785",
"callback_url": "https://example.com",
"amount": 100.45,
"delivery": {
"volume_weight": 0.0004,
"weight": 0.1
}
}
'
Try It!
to start a request and see the response here! Or choose an example: