Attach a coupon to a Physical Card Order
Physical Card Order
Attach a coupon to a Physical Card Order
This endpoint associates a provided coupon code with an existing card order by its orderId. Use the GPDOCS coupon code to get the card for free.
POST
Attach a coupon to a Physical Card Order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the card order to which the coupon will be attached.
Body
application/json
The coupon code to be applied to the order.
Example:
"DISCOUNT2023"
Response
Coupon successfully attached to the card order.
The coupon code that was applied to the order.
Example:
"DISCOUNT2023"