Get Required Fields by Payin method
TestingGET
/finmo/payin-method/required-field/{payin_method_name}Request
Path Params
payin_method_name
string
required
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox or production
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": true,
"message": "OK",
"data": {
"payin_method_id": "pim_2b8cb796be6548e6ad7b88504b73a2a2",
"payin_method_name": "au_bank_npp",
"payin_method_description": "New Payments Platform (NPP)",
"payin_method_logo": "https://payid.com.au/wp-content/uploads//2021/01/PayID_wordmark-Black-01.svg",
"payin_method_instruction": [
"Copy the PayID mentioned in this page.",
"Open your mobile banking App and select NPP funds transfer.",
"Transfer the funds to the PayId copied in step <1>."
],
"payin_method_category": "BANK",
"payin_method_class": "DOMESTIC",
"payin_method_group": "NO_GROUP",
"country": "AU",
"currency": "AUD",
"payin_method_param": [
{
"name": "payid_reference",
"type": "text",
"label": "PayID Ref",
"regex": "^[a-z0-9_.+~-]{1,35}$",
"mandatory": false,
"field_description": ""
},
{
"name": "payid_description",
"type": "text",
"label": "PayID Description",
"regex": "^[a-zA-Z0-9 ]{8,35}$",
"mandatory": false,
"field_description": ""
}
],
"min_amount": 1,
"is_sender_validation_enabled": false,
"max_amount": 10000000,
"is_payin_method_available_24_7": true,
"is_cancellable": true,
"is_refundable": true,
"is_multiple_refund_allowed": false,
"is_partially_refundable": true,
"is_over_refundable": false,
"is_va_allowed": true,
"is_payin_allowed": true,
"max_expiration_time_in_seconds": "34560000",
"default_expiry_time_seconds": "172800"
}
}
Last modified: 8 days ago