aboutsummaryrefslogtreecommitdiff
path: root/testdata/merchant/inquiry_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/merchant/inquiry_test.txt')
-rw-r--r--testdata/merchant/inquiry_test.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/testdata/merchant/inquiry_test.txt b/testdata/merchant/inquiry_test.txt
new file mode 100644
index 0000000..c597b22
--- /dev/null
+++ b/testdata/merchant/inquiry_test.txt
@@ -0,0 +1,21 @@
+>>> request.json
+{
+ "merchantOrderId": "1",
+ "paymentMethod": "BT",
+ "productDetails": "Payment example using VA Bank Permata",
+ "email": "test@example.com",
+ "customerVaName": "John Doe",
+ "paymentAmount": 10000
+}
+
+<<< response.json
+{
+ "responseCode": "",
+ "responseDesc": "",
+ "merchantCode": "[redacted]",
+ "reference": "$ref",
+ "paymentUrl": "$payment_url",
+ "vaNumber": "$va",
+ "qrString": "",
+ "amount": "10000"
+}