{
	"info": {
		"_postman_id": "1b0bfc4a-87d2-49d1-9ac1-b36a75375543",
		"name": "BILLER ISP",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"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": "SANDBOXPAYMENTBILLERPULSAPOSTPAID010104",
							"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": "4333333333",
							"type": "text"
						},
						{
							"key": "product_code",
							"value": "SINCBN",
							"type": "text"
						},
						{
							"key": "amount",
							"value": "100000000",
							"type": "text"
						},
						{
							"key": "signature",
							"value": "f46a2c34884c3d9194140f5ab595cae393749a0c5c25f23d2ebcfec3865196d1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://sandbox-api.espay.id/rest/biller/paymentreport",
					"protocol": "https",
					"host": [
						"sandbox-api",
						"espay",
						"id"
					],
					"path": [
						"rest",
						"biller",
						"paymentreport"
					]
				}
			},
			"response": []
		}
	]
}