ORDER CREATIONS

order_id: string
Merchant’s custom order ID. We recommend using a unique order ID

price_amount: double
The price set by the merchant.

price_currency: string
currency code which defines the currency in which you wish to price your merchandise; used to define price parameter.

receive_currency: string
currency code which defines the currency in which you wish to receive your settlements. Possible values: fiat – EUR; stablecoin – USDT; crypto: BTC, LTC, ETH or DO_NOT_CONVERT.

title: string
product title (Apple MacBook Air), order id (Myshop Order #12345), cart id (Cart #00004335).

Description: string
More details about this order. It can be cart items, product details or other information. Example: 1 x Apple MacBook Air.

callback_url: string
Send an automated message to Merchant URL when order status is changed.

cancel_url: string
Redirect to Merchant URL when buyer cancels the order

success_url: string
Redirect to Merchant URL after successful payment

token: string
Your custom token to validate payment

purchaser_email: string
Email address of the purchaser

Result Format