{
	"info": {
		"_postman_id": "0f9436a1-5843-4842-8514-1a28a6219a7c",
		"name": "BILLER PLN POSTPAID",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "https://sandbox-api.espay.id/rest/biller/inquirytransaction",
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "test",
							"type": "string"
						},
						{
							"key": "username",
							"value": "espay-test",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/x-www-form-urlencoded",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "rq_uuid",
							"value": "SANDBOXINQUIRYBILLER0101010",
							"type": "text"
						},
						{
							"key": "rq_datetime",
							"value": "2019-10-10 11:01:30",
							"type": "text"
						},
						{
							"key": "sender_id",
							"value": "SANDBOX",
							"type": "text"
						},
						{
							"key": "password",
							"value": "test",
							"type": "text"
						},
						{
							"key": "order_id",
							"value": "520520796665",
							"type": "text"
						},
						{
							"key": "product_code",
							"value": "SLYLPO",
							"type": "text"
						},
						{
							"key": "signature",
							"value": "9d6eede295d8865adc9eefa3fc48c059d22773338b01284eb42ab688671a7c9c",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://sandbox-api.espay.id/rest/biller/inquirytransaction",
					"protocol": "https",
					"host": [
						"sandbox-api",
						"espay",
						"id"
					],
					"path": [
						"rest",
						"biller",
						"inquirytransaction"
					]
				}
			},
			"response": []
		},
		{
			"name": "https://sandbox-api.espay.id/rest/biller/paymentreport",
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "test",
							"type": "string"
						},
						{
							"key": "username",
							"value": "espay-test",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/x-www-form-urlencoded",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "rq_uuid",
							"value": "SANDBOXPAYMENTBILLER010190",
							"type": "text"
						},
						{
							"key": "rq_datetime",
							"value": "2019-10-10 11:02:30",
							"type": "text"
						},
						{
							"key": "sender_id",
							"value": "SANDBOX",
							"type": "text"
						},
						{
							"key": "password",
							"value": "test",
							"type": "text"
						},
						{
							"key": "order_id",
							"value": "520520796665",
							"type": "text"
						},
						{
							"key": "product_code",
							"value": "SLYLPO",
							"type": "text"
						},
						{
							"key": "amount",
							"value": "30468000",
							"type": "text"
						},
						{
							"key": "signature",
							"value": "f46a2c34884c3d9194140f5ab595cae393749a0c5c25f23d2ebcfec3865196d1",
							"type": "text"
						},
						{
							"key": "data",
							"value": "{\n        \"customer_id\": \"520520796665\",\n        \"customer_name\": \"GEDUNG BALAI ADAT\",\n        \"total_bill\": \"1\",\n        \"bill_period\": \"NOV17\",\n        \"bill_amount\": \"301180\",\n        \"admin_fee\": \"0\"\n    }",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://sandbox-api.espay.id/rest/biller/paymentreport",
					"protocol": "https",
					"host": [
						"sandbox-api",
						"espay",
						"id"
					],
					"path": [
						"rest",
						"biller",
						"paymentreport"
					]
				}
			},
			"response": []
		}
	]
}