Skip to main content
POST
Attach a coupon to a Physical Card Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

The unique identifier of the card order to which the coupon will be attached.

Body

application/json
couponCode
string
required

The coupon code to be applied to the order.

Example:

"DISCOUNT2023"

Response

Coupon successfully attached to the card order.

couponCode
string

The coupon code that was applied to the order.

Example:

"DISCOUNT2023"