post https://dev-api.qoinhub.id/v2/order
Log in to see full request history
Responses
xxxxxxxxxx
47curl --request POST \
--url https://dev-api.qoinhub.id/v2/order \
--header 'Idempotency-Key: 12345' \
--header 'Signature: abcdef123456' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"transaction": {
"MerchantNumber": "202000215",
"amount": 50000,
"ReferenceNumber": "QOIN2TEST57065"
},
"customer": {
"first_name": "Dhuta",
"last_name": "Pratama",
"email": "marialusiana11@gmail.com",
"phone": "0859106588920",
"billing_address": {
"first_name": "Julia",
"last_name": "Doe",
"email": "marialusiana11@gmail.com",
"phone": "0859106588920",
"address": "Jl. Sudirman Raya Kav 41",
"city": "Jakarta",
"postal_code": "12190",
"country_code": "ID"
},
"shipping_address": {
Try It!
to start a request and see the response here! Or choose an example: