Payment Options API (1)
Download OpenAPI specification:Download
Use this API to retrieve the configured payment and refund options for a specified store in your business.
List payment options and their configuration
Returns a list of payment options and their required configuration for the specified store. To add a payment option for the store, contact the support team.
Authorizations:
newStoreAccessToken
path Parameters
store_id required | string The store identifier in NewStore. Use the List stores method to retrieve the store ID. |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "stripe": { },
- "newstore_checkout": { },
- "adyen": {
- "merchant_account": "Example_POS",
- "username": "ws_21132",
- "password": "*******",
- "environment": "live",
- "payment_subject": "ExampleSubject",
- "authorization_type": "PreAuth",
- "store_id": "1201"
}, - "adyen_terminal": {
- "merchant_account": "Example_POS",
- "company_account": "NewStore",
- "username": "ws_21132@Company.Example",
- "password": "*******",
- "store_id": "1201"
}, - "square": {
- "location_id": "001DE",
- "client_id": "14211SA54AS"
}
}
List refund options and their configuration
Returns a list of refund options and their required configuration for the given store. To add a refund option for the store, contact the support team.
Authorizations:
newStoreAccessToken
path Parameters
store_id required | string The store identifier in NewStore. |
Responses
Response samples
- 200
- 404
Content type
application/json
[- "original",
- "gift_card"
]