Executare plată recurentă
API endpoint (POST)
Parametri pentru request (body)
Parametru
Obligatoriu
Tip
Descriere
{
"billerId": "92f72473-f324-42d7-95fd-9c75c2947408",
"amount": 6.25,
"currency": "MDL",
"description": "Descriere",
"orderId": "123",
"delivery": 1.25,
"items": [
{
"id": "10",
"name": "Produs 1",
"price": 2.50,
"quantity": 2
}
]
}Parametri răspuns
Parametru
Tip
Descriere
Last updated