BANKA BOT Merchant API
    • Payments
      • Создать платёж
        POST
      • Получить платёж
        GET
    • Вебхук об изменении статуса платежа
    • Schemas
      • PaymentCreate
      • Payment
      • PaymentStatus
      • WebhookEvent
      • Error

    PaymentCreate

    {
        "amount": 1,
        "currency": "RUB",
        "description": "string",
        "order_id": "string",
        "success_url": "http://example.com",
        "fail_url": "http://example.com",
        "callback_url": "http://example.com"
    }
    Built with