For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Order

Hosted Checkout order creation APIs

Create Hosted Checkout Order

post
/api/v3/pg/order/create

Creates a hosted checkout payment order and returns a secure payment link for customer redirection.

Header parameters
X-API-KEYstringRequiredExample: pk_test_mQZnmh2BeSDTjEQgzwiSPOhrWyUsPqS6
X-SIGNATUREstringRequiredExample: 623a603fa35bb5ab736a1272dcd797908ab9af4b0247a55bcfc8676cd821a39b
X-TIMESTAMPstringRequiredExample: 1778659835
Body
order_idintegerRequiredExample: 6116229263036
order_amountnumberRequiredExample: 105
order_currencystringRequiredExample: INR
order_notestringOptionalExample: Additional order info
service_typestringOptionalExample: DIGITAL
return_urlstringRequiredExample: https://merchant.in/process_return.php?order_id=6116229263036
Responses
200

Order created successfully

application/json
post/api/v3/pg/order/create

Last updated