Get Required Fields by Payout method
TestingGET
/finmo/payout-method/required-field/{payout_method_name}Request
Path Params
payout_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": {
"payout_method_id": "pom_1a3f27eb698f4854bdfc26c81d4c1c33",
"payout_method_name": "au_bank_acct",
"payout_method_description": "Payout using BSB & Account No",
"payout_method_logo": "https://payid.com.au/wp-content/uploads//2021/01/PayID_wordmark-Black-01.svg",
"currency": "AUD",
"sender_country": "AU",
"sender_currency": "AUD",
"beneficiary_country": "AU",
"beneficiary_currency": "AUD",
"payout_method_category": "BANK",
"payout_method_class": "DOMESTIC",
"payout_method_group": "NO_GROUP",
"payout_method_param": {},
"payout_beneficiary_param": {
"company": [
{
"name": "name",
"type": "text",
"regex": "^[ -~]{1,100}$",
"mandatory": true,
"field_description": "",
"regex_description": "accepts alphanumeric and special characters [length: 1 to 100]"
}
],
"base_param": [
{
"name": "bsb",
"type": "text",
"regex": "^[0-9]{3}-?[0-9]{3}$",
"mandatory": true,
"field_description": "",
"regex_description": "accepts digits and special character(-) [eg: XXX-XXX or XXXXXX] [length: 6 to 7]"
},
{
"name": "account_number",
"type": "text",
"regex": "^[0-9]{6,12}$",
"mandatory": true,
"field_description": "",
"regex_description": "accepts digits [length: 6 to 12]"
}
],
"individual": [
{
"name": "first_name",
"type": "text",
"regex": "^[ -~]{1,50}$",
"mandatory": true,
"field_description": "",
"regex_description": "accepts alphanumeric and special characters [length: 1 to 50]"
},
{
"name": "last_name",
"type": "text",
"regex": "^[ -~]{1,50}$",
"mandatory": false,
"field_description": "",
"regex_description": "accepts alphanumeric and special characters [length: 1 to 50]"
}
]
},
"min_amount": 1,
"max_amount": 1000000000,
"is_returnable": true,
"is_contract_required": false,
"is_enabled_by_default": true
}
}
Last modified: 6 days ago