Payment Method Management REST Endpoints

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