Embedded Checkout

Native Payment

Proxy native checkout payment and generate hash server-side without exposing merchant secret.

post/api/v1/embedded/native/payment

Request body

merchant_api_keystring

Merchant API key from Paylox

acquirer_idinteger

Escrow payment acquirer ID

order_idstring required

Order identifier

amountinteger required

Amount in minor units

currencystring

ISO currency code

languagestring

Language code

modestring

Gateway mode

success_urlstring required

Success callback URL

fail_urlstring required

Fail callback URL

is_3dboolean

Whether payment is 3D

installment_countinteger

Installment count

card_numberstring required

Card number

card_holder_namestring required

Card holder name

expire_monthstring required

Expiration month

expire_yearstring required

Expiration year

cvcstring required

Card verification code

customerobject
customer_basketobject[]
submerchant_external_idstring

Submerchant external id

is_submerchant_paymentboolean

Whether payment should be routed as submerchant

campaign_namestring

Campaign name

billing_tax_officestring

Billing tax office

billing_tax_numberstring

Billing tax number

Response

Successful Response

{"stackTrail":"paths:/api/v1/embedded/native/payment:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.