For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
  • Overview
    • Quick Start
    • Sandboxes
    • Tools & SDKs
    • Support
  • Docs
    • Archive
        • V2 API
              • GETGet Company Payments Methods
              • PUTUpdate Company Payments Methods
              • GETGet Store's All Payments
    • Closed Beta Programs
Dev Portal
LogoLogo
ArchiveB2B EditionV2 APIPayment

Get Store's All Payments

Deprecated
GET
https://api-b2b.bigcommerce.com/api/v2/io/store/payments
GET
/api/v2/io/store/payments
$curl https://api-b2b.bigcommerce.com/api/v2/io/store/payments \
> -H "authToken: <apiKey>"
200Payment_store_payments_list_example
1{
2 "code": 200,
3 "data": {
4 "list": [
5 {
6 "paymentCode": "authorizenet",
7 "paymentTitle": "Authorize.net"
8 },
9 {
10 "paymentCode": "braintree",
11 "paymentTitle": "Braintree"
12 },
13 {
14 "paymentCode": "cheque",
15 "paymentTitle": "Check"
16 },
17 {
18 "paymentCode": "testgateway",
19 "paymentTitle": "Test Payment Gateway"
20 }
21 ]
22 },
23 "message": "SUCCESS"
24}
Get store's all payments
Was this page helpful?
Previous

Update Company Payments Methods

Next

Get Company Sales Reps

Built with

Authentication

authTokenstring
API Key authentication via header

Headers

authTokenstringRequired
Auth token in header.

Response

Response Success
codedouble
Response status code
dataobject
Response data
messagestring
Response message