Complete an order using a recurring payment token

Complete an order using a recurring payment token.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json

Recurring payment token information

recurringPaymentToken
string
recurringShopperReference
string
Responses
200

OK

400

Bad Request

404

Not Found

post/api/checkout/v1/orders/{order_id}/payments/recurring/subscription/complete
Request samples
application/json
{
  • "recurringPaymentToken": "string",
  • "recurringShopperReference": "string"
}
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.