Skip to main content

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

Content type
application/json
{
  • "stripe": { },
  • "gift_card": {
    },
  • "newstore_checkout": { },
  • "adyen": {
    },
  • "adyen_terminal": {},
  • "square": {
    }
}

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

Content type
application/json
[
  • "original",
  • "gift_card"
]