Initiate payment
Initiate payment
Endpoint
POST /api/v1/payments/initiate
Parameters
Not provided in the generated specification.
Request Schema
{
"title": "Body",
"body": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"orderId": {
"type": "string"
},
"provider": {
"type": "string"
}
}
}
}
}
}
}
Response Codes
{
"responses": {
"200": {
"description": "Payment initiation"
}
}
}