SCAPI - Create GIFT_CERTIFICATE payment instrument for order
POST {{HOST}}/checkout/shopper-orders/v1/organizations/{{organizationId}}/orders/test-orderId/payment-instruments?siteId={{ocapi_site}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
siteId | string |
Request Body
{"amount"=>700, "giftCertificateCode"=>"gift_code7", "paymentMethodId"=>"GIFT_CERTIFICATE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |