One-time payment

POST
api/v3/initials/one-time/url
lts

This endpoint is designed to create orders on the Billing side to further process a payment to purchase a product or service.

Header parameters
Attribute
Requirement
Description
x-public-key
mandatory
a public key that identifies the merchant account (there can be several for one merchant)
x-buyer-ip
mandatory
is responsible for information about the buyer's IP address
x-date
mandatory
is responsible for the date and time of sending the request
x-token
mandatory
generated on the merchant side
x-source
mandatory
identifier of the type of service that is the initiator of the request
x-id
mandatory
service identifier from which the current request is made
x-google-analytics-client-id
mandatory
client identifier for Google Analytics
Request parameters
Attribute
Type
Requirement
Description
Standard
price
object
mandatory
Product information for purchase
-
buyer
object
optional
Information about the buyer trying to make the payment.
When generating orders from the Shop, the transfer of this key is MANDATORY
-
metaData
object
optional
Object of type “key-value”, to transmit the internal meta-information of the merchant
(this data is not used by the backend and is transmitted when sending various events on the order)
-
Response parameters
Attribute
Type
Description
data
object
Contains information related to the created order
meta
array
Provides metadata about the response
{
  "data": {
    "url": "https://st-pay-front-eyezy-app-com.dmr308.co/initial-billing/jw1fe2Mz",
    "params": {
      "metaData": {
        "foo": "bar"
      },
      "sequence": "123456123456123456",
      "discount": 15,
      "coupon": "123456",
      "googleAnalyticsClientId": "GA1.3.1034945594.1649316099"
    }
  },
  "meta": []
}