Payment Method Management REST Endpoints

Payment Method Management
Use for managing payment methods.
Create a Payment Method
Method: post
Path: /brm/paymentMethods/v1/paymentMethod
Delete a Payment Method
Method: delete
Path: /brm/paymentMethods/v1/paymentMethod/{paymentMethodId}
Get a Payment Method by ID
Method: get
Path: /brm/paymentMethods/v1/paymentMethod/{paymentMethodId}
Get Payment Methods
Method: get
Path: /brm/paymentMethods/v1/paymentMethod
Get Payment Methods for an Account
Method: get
Path: /brm/paymentMethods/v1/accounts/{accountId}/paymentMethods