Adyen · Schema

PaymentCompletionDetails

PaymentCompletionDetails schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
MD string A payment session identifier returned by the card issuer.
PaReq string (3D) Payment Authentication Request data for the card issuer.
PaRes string (3D) Payment Authentication Response data by the card issuer.
authorization_token string
billingToken string PayPal-generated token for recurring payments.
cupsecureplus.smscode string The SMS verification code collected from the shopper.
facilitatorAccessToken string PayPal-generated third party access token.
oneTimePasscode string A random number sent to the mobile phone number of the shopper to verify the payment.
orderID string PayPal-assigned ID for the order.
payerID string PayPal-assigned ID for the payer (shopper).
payload string Payload appended to the `returnURL` as a result of the redirect.
paymentID string PayPal-generated ID for the payment.
paymentStatus string Value passed from the WeChat MiniProgram `wx.requestPayment` **complete** callback. Possible values: any value starting with `requestPayment:`.
redirectResult string The result of the redirect as appended to the `returnURL`.
resultCode string Value you received from the WeChat Pay SDK.
threeDSResult string Base64-encoded string returned by the Component after the challenge flow. It contains the following parameters: `transStatus`, `authorisationToken`.
threeds2.challengeResult string Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter: `transStatus`.
threeds2.fingerprint string Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter: `threeDSCompInd`.
View JSON Schema on GitHub

JSON Schema

checkout-payment-completion-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-payment-completion-details-schema.json",
  "title": "PaymentCompletionDetails",
  "description": "PaymentCompletionDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "MD": {
      "description": "A payment session identifier returned by the card issuer.",
      "maxLength": 20000,
      "type": "string"
    },
    "PaReq": {
      "description": "(3D) Payment Authentication Request data for the card issuer.",
      "type": "string"
    },
    "PaRes": {
      "description": "(3D) Payment Authentication Response data by the card issuer.",
      "maxLength": 20000,
      "type": "string"
    },
    "authorization_token": {
      "type": "string"
    },
    "billingToken": {
      "description": "PayPal-generated token for recurring payments.",
      "type": "string"
    },
    "cupsecureplus.smscode": {
      "description": "The SMS verification code collected from the shopper.",
      "type": "string"
    },
    "facilitatorAccessToken": {
      "description": "PayPal-generated third party access token.",
      "type": "string"
    },
    "oneTimePasscode": {
      "description": "A random number sent to the mobile phone number of the shopper to verify the payment.",
      "type": "string"
    },
    "orderID": {
      "description": "PayPal-assigned ID for the order.",
      "type": "string"
    },
    "payerID": {
      "description": "PayPal-assigned ID for the payer (shopper).",
      "type": "string"
    },
    "payload": {
      "description": "Payload appended to the `returnURL` as a result of the redirect.",
      "maxLength": 20000,
      "type": "string"
    },
    "paymentID": {
      "description": "PayPal-generated ID for the payment.",
      "type": "string"
    },
    "paymentStatus": {
      "description": "Value passed from the WeChat MiniProgram `wx.requestPayment` **complete** callback. Possible values: any value starting with `requestPayment:`.",
      "type": "string"
    },
    "redirectResult": {
      "description": "The result of the redirect as appended to the `returnURL`.",
      "maxLength": 20000,
      "type": "string"
    },
    "resultCode": {
      "description": "Value you received from the WeChat Pay SDK.",
      "type": "string"
    },
    "threeDSResult": {
      "description": "Base64-encoded string returned by the Component after the challenge flow. It contains the following parameters: `transStatus`, `authorisationToken`.",
      "maxLength": 50000,
      "type": "string"
    },
    "threeds2.challengeResult": {
      "description": "Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter: `transStatus`.",
      "maxLength": 50000,
      "type": "string"
    },
    "threeds2.fingerprint": {
      "description": "Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter: `threeDSCompInd`.",
      "maxLength": 100000,
      "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/checkout-payment-completion-details"
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.