Light Mode
Available Payment Methods
GET
/payment/methodsLast modified: a month ago
This endpoint allows you to list all available payment methods.
Request
Query Params
page
integer
optional
The Pagination page number
Request samples
Responses
Success(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
number
optional
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
success
boolean
optional
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
data
$ref(#/definitions/1307292)[]
optional
#/definitions/1307292
optional
pagination
#/definitions/1307303optional
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1473353380,
"slug": "credit_card",
"name": "creditCard"
},
{
"id": 1939592358,
"slug": "paypal",
"name": "paypal"
},
{
"id": 1298199463,
"slug": "mada",
"name": "mada"
},
{
"id": 525144736,
"slug": "free",
"name": "free"
},
{
"id": 1764372897,
"slug": "bank",
"name": "BankTransfer"
},
{
"id": 989286562,
"slug": "cod",
"name": "COD"
},
{
"id": 349994915,
"slug": "apple_pay",
"name": "ApplePay"
},
{
"id": 1723506348,
"slug": "stc_pay",
"name": "StcPay"
},
{
"id": 814202285,
"slug": "tamara_installment",
"name": "TamaraInstallment"
},
{
"id": 40688814,
"slug": "tabby_installment",
"name": "TabbyInstallment"
}
]
}
Last modified: a month ago