Get merchant banking information such as type of account, routing number, bank account number, and clearing account type.
Get Banking Data
get /merchant-management/bank-account/mid/{merchantId}
Parameters
merchantId required
string
Minimum:
1Example:
111222333444555
Loading...
Example Response
200 OK - Success response.
400 Bad Request - Error response.
401 Unauthorized - Error response.
403 Forbidden - Error response.
500 Internal Server Error - Error response.
Update Banking Data
put /merchant-management/bank-account/mid/{merchantId}
Update merchant banking information such as type of account, routing number, bank account number, and clearing account type. This operation replaces all existing bank account records with the new set of bank account records provided in the request payload.
Parameters
merchantId required
string
Minimum:
1Example:
111222333444555
Loading...
Request Schema
items
object
Loading...
Example Request
Example Response
200 OK - Success response.
400 Bad Request - Error response.
401 Unauthorized - Error response.
403 Forbidden - Error response.
500 Internal Server Error - Error response.