SumUp · Schema
Checkout Accepted
Response returned when checkout processing requires an additional payer action, such as a 3DS challenge or a redirect to an external payment method page.
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
Properties
| Name | Type | Description |
|---|---|---|
| next_step | object | Instructions for the next action the payer or client must take. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Checkout Accepted",
"description": "Response returned when checkout processing requires an additional payer action, such as a 3DS challenge or a redirect to an external payment method page.",
"type": "object",
"properties": {
"next_step": {
"description": "Instructions for the next action the payer or client must take.",
"type": "object",
"properties": {
"url": {
"description": "URL to open or submit in order to continue processing.",
"type": "string",
"example": "https://dummy-3ds-gateway.com/cap?RID=1233&VAA=A"
},
"method": {
"description": "HTTP method to use when following the next step.",
"type": "string",
"example": "POST"
},
"redirect_url": {
"description": "Merchant URL where the payer returns after the external flow finishes.",
"type": "string",
"example": "https://mysite.com/completed_purchase"
},
"mechanism": {
"description": "Allowed presentation mechanisms for the next step. `iframe` means the flow can be embedded, while `browser` means it can be completed through a full-page redirect.",
"type": "array",
"items": {
"type": "string",
"enum": [
"iframe",
"browser"
]
}
},
"payload": {
"description": "Parameters required to complete the next step. The exact keys depend on the payment provider and flow type.",
"type": "object",
"example": {
"PaReq": "eJxVUttu2zAM/RXDr4MjyY5dO6BVuE27FZuDZHGG9VGRmMSFb/Wljff1k9KkF0APPCR1eHQouD6WhfWCbZfXVWyzCbUtrGSt8mof25vs3gltq+tFpURRVxjbI3b2NYfs0CLO1yiHFjmk2HVij1auYrsRW1+F0U4qZxfKwJlur4QTYcQcJoIdc+XO2/poc1gmv/GZw3k216MnLpAL1JytPIiq5yDk883Dgk+DwPV9IGcIJbYPc84o1Ye6lHqu5wVA3tJQiRL5eiiHxlqKscSq76xfeZn3qICciiDroerbkYeuvnYBMLQFP/R9MyOkM9cnCoGYJJAPScvBRJ0mOeaKr/6l08XT6jXN7tx0vvHSbOMtsj1dzB9jIKYDlOiRu1omYyy0WDCj0YxFQE55EKWZzj2f6ee9xdCYEcmnwucEaN9bvaeRR1ehFn9BgMdGr0l3aCvfYyAfem9/GENlrz36ufpTBPTv07r8lm3qpPiOo1y/7u+SJImNzacmw5hrX1wt/kRpABBDQ84bJOf16+jLt/gPhUvGGw==",
"MD": "b1a536c0-29b9-11eb-adc1-0242ac120002",
"TermUrl": "https://api.sumup.com/v0.1/checkouts/e552de3b-1777-4c91-bdb8-756967678572/complete_payment"
},
"additionalProperties": {
"type": "string"
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/checkoutaccepted"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.