Get All Payin Method
GET
/finmo/payin-methodGet All Payin Method by Country and Currency Code
Request
Query Params
country
string
required
Mandatory Query Params
Example:
AU
currency
string
required
Mandatory Query Params
Example:
AUD
is_va_allowed
boolean
optional
Not Mandatory Query Params
limit
integer
optional
Not Mandatory Query Params
page
integer
optional
Not Mandatory Query Params
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
boolean
required
message
string
required
data
array [object {12}]
required
payin_method_id
string
optional
payin_method_name
string
optional
payin_method_description
string
optional
payin_method_logo
string
optional
payin_method_category
string
optional
payin_method_class
string
optional
payin_method_group
string
optional
country
string
optional
currency
string
optional
is_va_allowed
boolean
optional
is_payin_allowed
boolean
optional
is_enabled
boolean
optional
Example
{
"status": true,
"message": "string",
"data": [
{
"payin_method_id": "string",
"payin_method_name": "string",
"payin_method_description": "string",
"payin_method_logo": "string",
"payin_method_category": "string",
"payin_method_class": "string",
"payin_method_group": "string",
"country": "string",
"currency": "string",
"is_va_allowed": true,
"is_payin_allowed": true,
"is_enabled": true
}
]
}
Last modified: 6 days ago