Paytabs provides you with a collection of API endpoints which used to process all payments, regardless of if they are through either your own payment pages, the managed payment pages, or if you are using the hosted payment pages. 


This article is dedicated to the clarification of the Payment Information (payment_info) parameter. Payment Information (payment_info] is the parameter that Indicates the form of payment information in detail.


Specifications 


The Parameter Tag/Namepayment_info
JSON Example
    "payment_info": {
        "payment_method": "Visa",
        "card_type": "Credit",
        "card_scheme": "Visa",
        "payment_description": "4111 11## #### 1111",
        "expiryMonth": 12,
        "expiryYear": 2022
    }
Data TypeObject
Nullable
Samples 
    "payment_info": {
        "payment_method": "Visa",
        "card_type": "Credit",
        "card_scheme": "Visa",
        "payment_description": "4111 11## #### 1111",
        "expiryMonth": 12,
        "expiryYear": 2022
    }
  "payment_info": {
    "payment_method": "ValU",
    "card_scheme": "",
    "payment_description": "ValU"
  }
Max Length -