post https://dev-api.qoinhub.id/v2/order?q=qris
Log in to see full request history
Responses
xxxxxxxxxx
57curl --request POST \
--url 'https://dev-api.qoinhub.id/v2/order?q=qris' \
--header 'Idempotency-Key: -idem-key-bcaa' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"transaction": {
"amount": 50000
},
"items": {
"id": "1",
"price": 50000,
"quantity": 1,
"name": "Coklat",
"brand": "Silver Queen",
"category": "Product",
"merchantname": "qoinapps"
},
"customer": {
"first_name": "Budi",
"last_name": "Santoso",
"email": "budisantoso@email.com",
"phone": "081213141516",
"billing_address": {
"first_name": "Julia",
"last_name": "Wati",
"email": "juliawati@email.com",
"phone": "08565758595051",
Try It!
to start a request and see the response here! Or choose an example: