Stored Instruments API (Beta) - Stores V3 Server Operations
API proxy part of Stored Instruments API.
Create Instrument Access Token
POST https://api.bigcommerce.com/stores/{store_hash}/v3/payments/stored-instruments/access-tokensRequest
Creates a token.
Authentication
- X-Auth-Token in header
Parameters
Response
Created token.
Body
object | application/json
dataobject
example
List Available Payment Method IDs
GET https://api.bigcommerce.com/stores/{store_hash}/v3/payments/stored-instruments/methodsRequest
Lists all available payment method IDs that support stored instruments. This list will include all types of stored instruments namely card, account, and bank_account instruments.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- currency_code in query - stringrequiredThe store hash.
example
Response
OK
Body
object | application/json
dataarray[object]
example
Did you find what you were looking for?