Response Parameters | Payment Information (payment_info)

Modified on Wed, Jan 31, 2024 at 12:45 PM

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 -


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article