Skip to main content

Payment troubleshoot API (1)

Download OpenAPI specification:Download

Use this API to troubleshoot Payment configurations.

Troubleshoot NewStore Checkout configuration

Returns a summary of the NewStore Checkout configuration checks.

Authorizations:
newStoreAccessToken
Request Body schema: application/json
cart_token
string

Base64 cart token, use one from a NewStore Checkout URL.

Responses

Request samples

Content type
application/json
{
  • "cart_token": "908BjbhrWAH4x4Wwh7dWv43lsXAf8WJ83tF_c8oeTZypgKe_XUGhQiVLV5Jz66a7H8crg_h39x436cNaPQnokw=="
}

Response samples

Content type
application/json
{
  • "general": {
    },
  • "adyen": {
    },
  • "scheme": {
    },
  • "paypal": {
    },
  • "google_pay": {
    },
  • "apple_pay": {
    }
}