Payment Method Management REST Endpoints
Payment Method Management
Use for managing payment methods.
- Create a Payment Method
- Method: postPath:
/paymentMethod - Delete a Payment Method
- Method: deletePath:
/paymentMethod/{paymentMethodId} - Get a Payment Method by ID
- Method: getPath:
/paymentMethod/{paymentMethodId} - Get Payment Methods
- Method: getPath:
/paymentMethod - Get Payment Methods for an Account
- Method: getPath:
/accounts/{accountId}/paymentMethods