Skip to content

Instantly share code, notes, and snippets.

@rizdaprasetya
Created July 21, 2021 09:55
Show Gist options
  • Save rizdaprasetya/8cea9752a9e29dfc74a8b47c19796630 to your computer and use it in GitHub Desktop.
Save rizdaprasetya/8cea9752a9e29dfc74a8b47c19796630 to your computer and use it in GitHub Desktop.
Integrate POS Device with GoPay an QRIS - response
{
"status_code": "201",
"status_message": "QRIS transaction is created",
"transaction_id": "01bf5e23-7183-4cfe-862c-58a3f6e8f0a2",
"order_id": "order102",
"merchant_id": "G490526303",
"gross_amount": "789000.00",
"currency": "IDR",
"payment_type": "qris",
"transaction_time": "2021-07-06 17:23:49",
"transaction_status": "pending",
"fraud_status": "accept",
"actions": [{
"name": "generate-qr-code",
"method": "GET",
"url": "https://api.veritrans.co.id/v2/qris/01bf5e23-7183-4cfe-862c-58a3f6e8f0a2/qr-code"
}],
"qr_string": "00020...a-long-string...75C",
"acquirer": "gopay"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment