Fikäfi APIs
    Fikäfi APIs
    • Fikäfi APIs
      • Getting Started
      • Authentication
      • API Error Handling
      • APIs / Endpoints
        • Authentication API
          • token API
            POST
        • Payments APIs
          • createPayment API
            POST
          • takePaymentAction API
            POST
          • createOnlinePayment API
            POST
        • Status API
          • getPaymentStatus API
            GET
          • getPayments API
            GET
        • Your Webhooks
          • paymentEvent webhook
            POST
          • paymentDetails Webhook
            POST
      • Tutorials
        • Request Payments
        • Check Status
        • Payment Failures
    • Schemas
      • Schemas
        • PaymentsStatusDetails
        • GuestDetails
        • BookingDetails
        • Payment
        • PaymentDetails
        • CreatePaymentRequest
        • CreatePaymentResponse
        • PaymentStatus
        • PaymentStatusResponse
        • GetPaymentsResponse
        • PaymentStatusUpdateRequest
        • PaymentEventRequest
      • AuthenticationResponse

    AuthenticationResponse

    {
        "accessToken": "string",
        "tokenType": "\"Bearer\"",
        "expiresIn": "86400"
    }
    Built with