Paymentmethods
The payment mechanism selected to create the customer’s payment instrument, such as a credit card or PayPal. To submit a payment, you must create one or more payment instruments. Each payment instrument must correspond to a chosen payment method.
Read Payment Methods from Profile
Reads a list of the shopper’s payment instruments that can be used by the shopper for the current store.
Workflow
- Start with profile
GETthe link with rel: paymentmethods- Render the response
Read Payment Methods from Account
Reads a list of the shopper’s payment instruments that can be used by the shopper for the current store.
Workflow
- Start with account
GETthe link with rel: paymentmethods- Render the response
Read Payment Method
Reads a payment method from a list of payment methods.
Workflow
- Start with profile payment methods or account payment methods.
GETthe link with rel: element- Render the response
Response Fields
Type: paymentmethods.payment-method
| Name | Description | Type |
|---|---|---|
name | The payment method name. | string |
display-name | The localized payment method name, intended for display in the client application. | string |