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
GET
the 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
GET
the 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.
GET
the link with rel: element- Render the response
Response Fields
paymentmethods.payment-method
Type: Name | Description | Type |
---|---|---|
name | The payment method name. | string |
display-name | The localized payment method name, intended for display in the client application. | string |