Start a transaction

Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json

Transaction data from Adyen front-end

any
Responses
200

OK

400

Bad Request

404

Not Found

post/api/checkout/v1/orders/{order_id}/payments/{payment_id}/transaction
Request samples
application/json
null
Response samples
application/json
{
  • "resultCode": "authenticationFinished",
  • "action": {
    },
  • "additionalData": {
    },
  • "amount": {
    },
  • "donationToken": "string",
  • "fraudResult": {
    },
  • "merchantReference": "string",
  • "order": {
    },
  • "paymentMethod": {
    },
  • "pspReference": "string",
  • "refusalReason": "string",
  • "refusalReasonCode": "string",
  • "threeDS2ResponseData": {
    },
  • "threeDS2Result": {
    },
  • "threeDSPaymentData": "string"
}
Copyright © Norce 2024. All right reserved.