Authorization: Bearer ********************{
"orderId": "DP00000000000001",
"returnUrl": "https://example.com/payment/return",
"paymentMethod": "H5_CASHIER",
"language": "en-US",
"durationInSeconds": 600
}curl --location 'https://developer-sandbox.dragonpass.com/api/v2/orders/payments' \
--header 'X-Program-ID: ' \
--header 'X-Request-ID: {{$string.uuid}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "DP00000000000001",
"returnUrl": "https://example.com/payment/return",
"paymentMethod": "H5_CASHIER",
"language": "en-US",
"durationInSeconds": 600
}'{
"orderId": "DP00000000000001",
"status": 9,
"paymentStatus": "PENDING_PAYMENT",
"paymentAction": {
"type": "REDIRECT",
"url": "https://cashier.dragonpass.com/pay/xxx"
},
"vaildUntil": 1783500766
}