{
"orderNumber": "string",
"paymethodCode": 0,
"currency": "USD",
"payLater": 0,
"pciParam": {
"day": "string",
"year": "string",
"month": "string",
"secureCode": "string",
"cardNumber": "string",
"cardData": "string",
"document": "string",
"installments": 0,
"installmentsId": "string",
"sessionId": "string"
},
"dlocalParam": {
"id": "string",
"document": "string",
"name": "string",
"flow": "string",
"type": "string",
"cvv": "string",
"expireMonth": "string",
"expireYear": 0,
"number": "string"
}
}curl --location --request POST 'https://www.nihaocloud.cn/st-cart/pay/commit' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumber": "string",
"paymethodCode": 0,
"currency": "USD",
"payLater": 0,
"pciParam": {
"day": "string",
"year": "string",
"month": "string",
"secureCode": "string",
"cardNumber": "string",
"cardData": "string",
"document": "string",
"installments": 0,
"installmentsId": "string",
"sessionId": "string"
},
"dlocalParam": {
"id": "string",
"document": "string",
"name": "string",
"flow": "string",
"type": "string",
"cvv": "string",
"expireMonth": "string",
"expireYear": 0,
"number": "string"
}
}'{
"orderNumber": "",
"createdAt": "",
"paymethodCode": 0,
"paySecret": "",
"currencyCode": "",
"currencyRate": 0.0,
"paymentResult": 0,
"baseTotalPaid": 0.0,
"totalPaid": 0.0,
"redirect": "",
"oceanPaymentFormParam": {
"actionUrl": "",
"form": {
"account": "",
"terminal": "",
"signValue": "",
"backUrl": "",
"noticeUrl": "",
"methods": "",
"order_number": "",
"order_currency": "",
"order_amount": 0.0,
"billing_firstName": "",
"billing_lastName": "",
"billing_email": "",
"billing_phone": "",
"billing_country": "",
"billing_state": "",
"billing_city": "",
"billing_address": "",
"billing_zip": "",
"ship_firstName": "",
"ship_lastName": "",
"ship_phone": "",
"ship_country": "",
"ship_state": "",
"ship_city": "",
"ship_addr": "",
"ship_zip": "",
"productSku": "",
"productName": "",
"productNum": 0,
"order_notes": "",
"ET_NOTES": ""
}
},
"paymentNumber": "",
"paymentCurrencyCode": "",
"paymentIso2": "",
"paymentAmount": 0.0,
"pciPaymentFormParam": {
"actionUrl": "",
"form": {
"notify_url": "",
"return_url": ""
}
},
"failInfo": {
"code": 0,
"msg": "",
"suggestion": "",
"recommend": ""
},
"accOrderNum": 0,
"customerLoginToken": "",
"customerId": 0
}