Build 2026-01-12 14:01:28
The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.
https://docs.norce.io/
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "paymentId": "string", "clientKey": "string", "locale": "string", "environment": 0, "amount": { "currency": "string", "value": 0.1 }, "paymentMethodsResponse": { "paymentMethods": [ … ], "storedPaymentMethods": [ … ] }, "paymentMethodsConfiguration": { "property1": [ … ], "property2": [ … ] } }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/recurring/subscription/complete
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/recurring/subscription/complete' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json-patch+json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"recurringPaymentToken": "string",
"recurringShopperReference": "string"
}'{ "resultCode": 1, "action": { "isNullable": true, "schemaType": "string", "actualInstance": null }, "additionalData": { "property1": "string", "property2": "string" }, "amount": { "currency": "string", "value": 0 }, "donationToken": "string", "fraudResult": { "accountScore": 0, "results": [ … ] }, "merchantReference": "string", "order": { "amount": { … }, "expiresAt": "string", "orderData": "string", "pspReference": "string", "reference": "string", "remainingAmount": { … } }, "paymentMethod": { "brand": "string", "type": "string" }, "pspReference": "string", "refusalReason": "string", "refusalReasonCode": "string", "threeDS2ResponseData": { "acsChallengeMandated": "string", "acsOperatorID": "string", "acsReferenceNumber": "string", "acsSignedContent": "string", "acsTransID": "string", "acsURL": "string", "authenticationType": "string", "cardHolderInfo": "string", "cavvAlgorithm": "string", "challengeIndicator": "string", "dsReferenceNumber": "string", "dsTransID": "string", "exemptionIndicator": "string", "messageVersion": "string", "riskScore": "string", "sdkEphemPubKey": "string", "threeDSServerTransID": "string", "transStatus": "string", "transStatusReason": "string" }, "threeDS2Result": { "challengeCancel": 1, "exemptionIndicator": 1, "threeDSRequestorChallengeInd": 1, "authenticationValue": "string", "cavvAlgorithm": "string", "dsTransID": "string", "eci": "string", "messageVersion": "string", "riskScore": "string", "threeDSServerTransID": "string", "timestamp": "string", "transStatus": "string", "transStatusReason": "string", "whiteListStatus": "string" }, "threeDSPaymentData": "string" }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}
curl -i -X GET \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "paymentId": "string", "clientKey": "string", "locale": "string", "environment": 0, "amount": { "currency": "string", "value": 0.1 }, "paymentMethodsResponse": { "paymentMethods": [ … ], "storedPaymentMethods": [ … ] }, "paymentMethodsConfiguration": { "property1": [ … ], "property2": [ … ] } }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/transaction
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/transaction' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json-patch+json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"property1": [
[]
],
"property2": [
[]
]
}'{ "resultCode": 1, "action": { "isNullable": true, "schemaType": "string", "actualInstance": null }, "additionalData": { "property1": "string", "property2": "string" }, "amount": { "currency": "string", "value": 0 }, "donationToken": "string", "fraudResult": { "accountScore": 0, "results": [ … ] }, "merchantReference": "string", "order": { "amount": { … }, "expiresAt": "string", "orderData": "string", "pspReference": "string", "reference": "string", "remainingAmount": { … } }, "paymentMethod": { "brand": "string", "type": "string" }, "pspReference": "string", "refusalReason": "string", "refusalReasonCode": "string", "threeDS2ResponseData": { "acsChallengeMandated": "string", "acsOperatorID": "string", "acsReferenceNumber": "string", "acsSignedContent": "string", "acsTransID": "string", "acsURL": "string", "authenticationType": "string", "cardHolderInfo": "string", "cavvAlgorithm": "string", "challengeIndicator": "string", "dsReferenceNumber": "string", "dsTransID": "string", "exemptionIndicator": "string", "messageVersion": "string", "riskScore": "string", "sdkEphemPubKey": "string", "threeDSServerTransID": "string", "transStatus": "string", "transStatusReason": "string" }, "threeDS2Result": { "challengeCancel": 1, "exemptionIndicator": 1, "threeDSRequestorChallengeInd": 1, "authenticationValue": "string", "cavvAlgorithm": "string", "dsTransID": "string", "eci": "string", "messageVersion": "string", "riskScore": "string", "threeDSServerTransID": "string", "timestamp": "string", "transStatus": "string", "transStatusReason": "string", "whiteListStatus": "string" }, "threeDSPaymentData": "string" }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/details
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/details' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json-patch+json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"authenticationData": {
"authenticationOnly": true
},
"details": {
"md": "string",
"paReq": "string",
"paRes": "string",
"authorizationToken": "string",
"billingToken": "string",
"cupsecureplusSmscode": "string",
"facilitatorAccessToken": "string",
"oneTimePasscode": "string",
"orderID": "string",
"payerID": "string",
"payload": "string",
"paymentID": "string",
"paymentStatus": "string",
"redirectResult": "string",
"resultCode": "string",
"returnUrlQueryString": "string",
"threeDSResult": "string",
"threeds2ChallengeResult": "string",
"threeds2Fingerprint": "string",
"vaultToken": "string"
},
"paymentData": "string",
"threeDSAuthenticationOnly": true
}'{ "resultCode": 1, "additionalData": { "property1": "string", "property2": "string" }, "amount": { "currency": "string", "value": 0 }, "donationToken": "string", "fraudResult": { "accountScore": 0, "results": [ … ] }, "merchantReference": "string", "order": { "amount": { … }, "expiresAt": "string", "orderData": "string", "pspReference": "string", "reference": "string", "remainingAmount": { … } }, "paymentMethod": { "brand": "string", "type": "string" }, "pspReference": "string", "refusalReason": "string", "refusalReasonCode": "string", "shopperLocale": "string", "threeDS2ResponseData": { "acsChallengeMandated": "string", "acsOperatorID": "string", "acsReferenceNumber": "string", "acsSignedContent": "string", "acsTransID": "string", "acsURL": "string", "authenticationType": "string", "cardHolderInfo": "string", "cavvAlgorithm": "string", "challengeIndicator": "string", "dsReferenceNumber": "string", "dsTransID": "string", "exemptionIndicator": "string", "messageVersion": "string", "riskScore": "string", "sdkEphemPubKey": "string", "threeDSServerTransID": "string", "transStatus": "string", "transStatusReason": "string" }, "threeDS2Result": { "challengeCancel": 1, "exemptionIndicator": 1, "threeDSRequestorChallengeInd": 1, "authenticationValue": "string", "cavvAlgorithm": "string", "dsTransID": "string", "eci": "string", "messageVersion": "string", "riskScore": "string", "threeDSServerTransID": "string", "timestamp": "string", "transStatus": "string", "transStatusReason": "string", "whiteListStatus": "string" }, "threeDSPaymentData": "string" }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'