This endpoint is designed to create orders on the Billing side to further process a payment to purchase a product or service.
metaData or buyerMeta. These placeholders will be automatically replaced with the corresponding values from the request.{
"data": {
"url": "https://some.url/jw1fe2Mz",
"params": {
"metaData": {
"foo": "bar"
},
"sequence": "123456123456123456",
"discount": 15,
"coupon": "123456",
"googleAnalyticsClientId": "GA1.3.1034945594.1649316099"
}
},
"meta": {
"type": "entity"
}
}{
"uuid": "3070b9cd-dd52-43eb-bd69-45f27b2d3e92",
"code": "3000",
"message": "Malformed request syntax.",
"traceId": "082d86c339533af07c14252afcecc7bd"
}{
"code": "0",
"message": "Malformed request syntax.",
"traceId": "082d86c339533af07c14252afcecc7bd",
"errors": [
{
"field": "coupon",
"title": "Coupon not found."
}
]
}{
"code": "0",
"message": "Short exception description.",
"traceId": "082d86c339533af07c14252afcecc7bd"
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.