Payment

Create payment session

Create order at LemanPay and redirect shopper to invoice (payment url). This is private API endpoint and requires authentication.

post
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

Body
inventoryIdinteger · int64 · nullableOptional
storeIdinteger · int64 · nullableOptional
buyerInfostring · nullableOptional
detailsstring · nullableOptional
lifetimeinteger · int64 · nullableOptional
productQuantitynumber · double · nullableOptional
productUrlstring · nullableOptional
shippingAddressstring · nullableOptional
ownerFeenumber · double · nullableOptional
currencystring · nullableOptional
amountnumber · double · nullableOptional
successUrlstring · nullableOptional
failUrlstring · nullableOptional
callbackUrlstring · nullableOptional
tokenstring · nullableOptional
Responses
chevron-right
200

Success

post
/v2/merchant/Owner/payment

Get order details

get
Path parameters
orderIdstring · uuidRequired
Responses
chevron-right
200

Success

get
/v2/merchant/Currencies/order/{orderId}
200

Success

Get orders list

get
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

Path parameters
orderIdstring · uuidRequired
Responses
chevron-right
200

Success

get
/v2/merchant/Owner/orders/{orderId}

Last updated