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

PaymentStatusResponse

{
    "bookingRefNum": "string",
    "fikafiRefNum": "string",
    "paymentStatus": {
        "status": "string",
        "isCardCaptured": true,
        "currency": "string",
        "totalAmountReq": 0,
        "totalAmountPaid": 0,
        "numOfPaymentsReq": 0,
        "numOfPaymentsPaid": 0
    },
    "payments": [
        {
            "paymentNumber": 0,
            "amount": 0,
            "date": "2019-08-24"
        }
    ]
}
Built with