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`. |