Fikäfi APIs
  1. Schemas
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
  1. Schemas

PaymentStatus

{
    "status": "string",
    "isCardCaptured": true,
    "currency": "string",
    "totalAmountReq": 0,
    "totalAmountPaid": 0,
    "numOfPaymentsReq": 0,
    "numOfPaymentsPaid": 0
}
Built with