Payment Methods
- Host: api.bigcommerce.com/stores/store_hash/v2
- Protocols:
https
- Accepts:
application/json
- Responds With:
application/json
Get a list of a store’s enabled payment methods. For processing payments, see Payment Processing API.
Authentication
Authenticate requests by including an OAuth access_token
in the request header.
GET https://api.bigcommerce.com/stores/{{STORE_HASH}}/v2/{{ENDPOINT}}
Content-Type: application/json
X-Auth-Token: {{ACCESS_TOKEN}}
OAuth Scopes
UI Name | Permission | Parameter |
---|---|---|
Get Payment Methods | read-only | store_payments_methods_read |