Create a new Awardit giftcard

Requires an existing Norce order.

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
cardId
string
code
string
Responses
400

Bad Request

404

Not Found

409

Conflict

post/api/checkout/v1/orders/{order_id}/payments
Request samples
application/json
{
  • "cardId": "string",
  • "code": "string"
}
Response samples
application/json
{
  • "code": "cart-not-found",
  • "message": "Cart with id:{id} now found.",
  • "awarditError": {
    }
}
Copyright © Norce 2024. All right reserved.