Pay form prepay
Creating a temporary link for PayForm
Body
fix_amountstringRequired
id_pay_formintegerRequired
order_idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //paylink/external-environment/pay-form-prepay HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"fix_amount": "text",
"id_pay_form": 1,
"order_id": "text"
}
{
"id": 1
}