v1
latestOpenAPI 3.0.02026-07-2640301.0 MBBill Pay Endpoints
bill-pay/account/merchants
This endpoint is used to fetch bill pay merchants for an account.
get/bill-pay/account/merchants
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
The Client Account ID to fetch merchants for.
SearchTextstring
Text to search for in merchant names.
Limitinteger
The maximum number of merchants to return. Default is 50.
Offsetinteger
The number of merchants to skip. Default is 0.
Response
Example response
{
"Success": true,
"AccountBillPayMerchantID": {
"0": {
"BillPayMerchantID": "169",
"AccountBillPayMerchantID": "3",
"MerchantName": "ACCESS MOORE DECOR",
"Nickname": "AMD",
"PaymentAccount": "",
"AdditionalInformation": "",
"LastModified": "2025-07-26"
}
}
}