CreateOnlinePaymentDto
bookingIdnumberrequired
ID записи на услугу
Example:
1amountnumberrequired
Сумма платежа в гривнах
Example:
500.5customerEmailstring
Email клиента
Example:
client@example.comreturnUrlstring
URL для редиректа после оплаты
Example:
https://myapp.com/payment/successnotesstring
Дополнительные данные
Example:
Доп информацияCreateOnlinePaymentDto
{
"bookingId": 1,
"amount": 500.5,
"customerEmail": "client@example.com",
"returnUrl": "https://myapp.com/payment/success",
"notes": "Доп информация"
}