{
	"info": {
		"_postman_id": "963ee0f4-7827-4e85-aa69-14b5c1b6e13d",
		"name": "Collection API & PAYOUT API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "AUTH3D",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\":1,\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\":\"AUTH3D_transaction_{{$timestamp}}\",\r\n    \"transaction_type\":\"AUTH3D\",\r\n    \"amount\":9.99,\r\n    \"currency\":\"EUR\",\r\n    \"card_number\":\"4012000300001003\",\r\n    \"card_exp_month\":\"05\",\r\n    \"card_exp_year\":\"2019\",\r\n    \"cvv\": \"111\",\r\n    \"first_name\":\"John\",\r\n    \"last_name\":\"Doe\",\r\n    \"card_holder\":\"John Doe\",\r\n    \"address\":\"123 Street name.\",\r\n    \"city\":\"City Name\",\r\n    \"state\":\"NY\",\r\n    \"zip\":\"12100\",\r\n    \"country\":\"USA\",\r\n    \"user_phone\":\"+12025550000\",\r\n    \"user_email\":\"johndoe@test.com\",\r\n    \"user_ip\": \"193.34.96.96\",\r\n    \"cof_type\":\"CIT-initial\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "AUTH",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "",
						"value": "",
						"disabled": true
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"auth_request{{$timestamp}}\",\r\n    \"transaction_type\": \"AUTH\",\r\n    \"amount\": 9.99,\r\n    \"currency\": \"EUR\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"card_exp_month\": \"09\",\r\n    \"card_exp_year\": \"2023\",\r\n    \"cvv\": \"121\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"card_holder\": \"John Doe\",\r\n    \"address\": \"123 Street name.\",\r\n    \"city\": \"New York\",\r\n    \"state\": \"New York\",\r\n    \"zip\": \"12100\",\r\n    \"country\": \"USA\",\r\n    \"user_phone\": \"+12025550000\",\r\n    \"user_email\": \"johndoe@test.com\",\r\n    \"user_ip\": \"127.0.0.1\",\r\n    \"cof_type\": \"CIT-initial\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "AUTH via TOKEN",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"sale_trans_with_token_{{$timestamp}}\",\n    \"transaction_type\": \"AUTH\",\n    \"amount\": 12,\n    \"currency\": \"USD\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"card_holder\": \"John Doe\",\n    \"address\": \"123 Street name.\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"zip\": \"12100\",\n    \"country\": \"USA\",\n    \"user_phone\": \"+12025550000\",\n    \"user_email\": \"johndoe@test.com\",\n    \"user_ip\": \"193.34.96.96\",\n    \"token\": \"provide_token_from_initial\",\n    \"cof_type\": \"CIT-initial\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "AUTH by PARES",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n     \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"AUTH_trans_via_pares_{{$timestamp}}\",\n    \"transaction_type\": \"AUTH\",\n    \"amount\": 9.99,\n    \"currency\": \"EUR\",\n    \"pares\": \"provide_pares_from_AUTH3D_completed_response\",\n    \"reference\": \"provide_reference_from_AUTH3D\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "SETTLE",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n        \"api_version\": 1,\r\n        \"merchant_account\": \"{{account}}\",\r\n        \"merchant_password\": \"{{password}}\",\r\n        \"transaction_unique_id\": \"SETTLE_transaction_{{$timestamp}}\",\r\n        \"transaction_type\": \"SETTLE\",\r\n        \"amount\": 11,\r\n        \"currency\": \"USD\",\r\n        \"reference\": \"provide_reference_from_AUTH\"\r\n    }"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "SALE3D",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n        \"api_version\": 1,\r\n        \"merchant_account\": \"{{account}}\",\r\n        \"merchant_password\": \"{{password}}\",\r\n        \"transaction_unique_id\": \"sale3D_request{{$timestamp}}\",\r\n        \"transaction_type\": \"SALE3D\",\r\n        \"amount\": 10,\r\n        \"currency\": \"USD\",\r\n        \"card_number\": \"5191330000004415\",\r\n        \"card_exp_month\": \"04\",\r\n        \"card_exp_year\": \"2021\",\r\n        \"cvv\": \"548\",\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"card_holder\": \"John Doe\",\r\n        \"address\": \"123 Street name.\",\r\n        \"city\": \"New York\",\r\n        \"state\":\"NY\",\r\n        \"zip\": \"12100\",\r\n        \"country\": \"USA\",\r\n        \"user_phone\": \"+12025550000\",\r\n        \"user_email\": \"johndoe@test.com\",\r\n        \"user_ip\": \"193.34.96.96\",\r\n        \"callback_url\": \"https://merchant.com/callback\",\r\n        \"redirect_url\": \"https://merchant.com/redirect\",\r\n        \"cof_type\": \"CIT-initial\"\r\n    }"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "SALE",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "",
						"value": "",
						"disabled": true
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n        \"api_version\": 1,\r\n        \"merchant_account\": \"{{account}}\",\r\n        \"merchant_password\": \"{{password}}\",\r\n        \"transaction_unique_id\": \"sale_request{{$timestamp}}\",\r\n        \"transaction_type\": \"SALE\",\r\n        \"amount\": 11.99,\r\n        \"currency\": \"EUR\",\r\n        \"card_number\": \"4111111111111111\",\r\n        \"card_exp_month\": \"09\",\r\n        \"card_exp_year\": \"2023\",\r\n        \"cvv\": \"121\",\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"card_holder\": \"John Doe\",\r\n        \"address\": \"123 Street name.\",\r\n        \"city\": \"New York\",\r\n        \"state\": \"New York\",\r\n        \"zip\": \"12100\",\r\n        \"country\": \"USA\",\r\n        \"user_phone\": \"+12025550000\",\r\n        \"user_email\": \"johndoe@test.com\",\r\n        \"user_ip\": \"127.0.0.1\",\r\n        \"cof_type\": \"CIT-initial\"\r\n    }"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "SALE via TOKEN",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"sale_trans_with_token_{{$timestamp}}\",\n    \"transaction_type\": \"SALE\",\n    \"amount\": 12,\n    \"currency\": \"USD\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"card_holder\": \"John Doe\",\n    \"address\": \"123 Street name.\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"zip\": \"12100\",\n    \"country\": \"USA\",\n    \"user_phone\": \"+12025550000\",\n    \"user_email\": \"johndoe@test.com\",\n    \"user_ip\": \"193.34.96.96\",\n    \"token\": \"provide_token_from_initial\",\n    \"cof_type\": \"CIT-initial\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "SALE by PARES",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n     \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"sale_trans_via_pares_{{$timestamp}}\",\n    \"transaction_type\": \"SALE\",\n    \"amount\": 9.99,\n    \"currency\": \"EUR\",\n    \"pares\": \"provide_pares_from_AUTH3D_completed_response\",\n    \"reference\": \"provide_reference_from_AUTH3D\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "REFUND API",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"refund_transaction{{$timestamp}}\",\n    \"transaction_type\": \"REFUND\",\n    \"amount\": 11,\n    \"currency\": \"USD\",\n    \"reference\": \"provide_reference_from_transaction\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "VOID",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n        \"api_version\": 1,\r\n        \"merchant_account\": \"{{account}}\",\r\n        \"merchant_password\": \"{{password}}\",\r\n        \"transaction_unique_id\": \"VOID_transaction_{{$timestamp}}\",\r\n        \"transaction_type\": \"VOID\",\r\n        \"reference\": \"provide_reference_from_AUTH\"\r\n    }"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "CHECK",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_type\": \"CHECK\",\n    \"reference\": \"provide_reference_from_transaction\"\n}"
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "TOKENIZE",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_type\": \"TOKENIZE\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"card_exp_month\": \"09\",\r\n    \"card_exp_year\": \"2023\",\r\n    \"card_holder\": \"John Doe\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{link}}/cc",
					"host": [
						"{{link}}"
					],
					"path": [
						"cc"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT CC",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"PAYOUT_transaction_{{$timestamp}}\",\r\n    \"amount\": 10,\r\n    \"currency\": \"EUR\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"user123\",\r\n    \"user_ip\": \"193.34.96.64\",\r\n    \"user_email\": \"john.doe@example.com\",\r\n    \"card\": {\r\n        \"card_cvv\": \"022\",\r\n        \"card_number\": \"5191330000004415\",\r\n        \"card_holder\": \"John Doe\",\r\n        \"card_exp_year\": \"2020\",\r\n        \"card_exp_month\": \"12\"\r\n        }\r\n    }"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT via Token",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"PAYOUT_transaction_{{$timestamp}}\",\r\n    \"amount\": 10,\r\n    \"currency\": \"EUR\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"user123\",\r\n    \"user_ip\": \"193.34.96.64\",\r\n    \"user_email\": \"john.doe@example.com\",\r\n    \"card\": {\r\n        \"token\": \"provide_token_from_initial\",\r\n        \"card_holder\": \"John Doe\"\r\n    }\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT CANCEL",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"method\": \"cancel\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"provide_transaction_unique_id_from_payout\"\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT QIWI",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"qiwi_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_qiwi}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"e9064929576d24db66418744a062373d\",\r\n    \"user_ip\": \"193.34.96.64\",\r\n   \"user_email\": \"john.doe@test.com\",\r\n    \"qiwi\": {\r\n            \"wallet_id\": \"123456789\"\r\n        }\r\n        }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT YANDEX",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"yandex_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_yandex}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"e9064929576d24db66418744a062373d\",\r\n    \"user_ip\": \"193.34.96.64\",\r\n    \"user_email\": \"john.doe@test.com\",\r\n    \"yandex\": {\r\n        \"wallet_id\": \"yandex wallet ID number\"\r\n    }\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT PAYSAFECARD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": 1,\n    \"method\": \"init\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"transaction_unique_id\": \"paysafecard_payout_{{$timestamp}}\",\n    \"mid_reference\": \"{{mid_reference_paysafecard}}\",\n    \"amount\": 10,\n    \"currency\": \"EUR\",\n    \"callback_url\": \"https://merchant.com/callback\",\n    \"user_ip\": \"193.34.96.64\",\n    \"paysafecard\": {\n            \"user_id\": \"user123\",\n            \"user_email\": \"john.doe@test.com\",\n            \"user_first_name\": \"John\",\n            \"user_last_name\": \"Doe\",\n            \"user_date_of_birth\": \"1986-06-28\"\n        }\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT SKRILL",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"skrill_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_skrill}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"e9064929576d24db66418744a062373d\",\r\n    \"user_ip\": \"193.34.96.64\",\r\n    \"wallet_id\": \"users_skrill_wallet@email.com\",\r\n    \"user_email\": \"john.doe@test.com\",\r\n    \"type\": \"skrill\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT Neteller",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"trustly_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_trustly}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"user123\",\r\n    \"user_ip\": \"127.0.0.1\",\r\n    \"user_email\": \"john.doe@test.com\",\r\n    \"type\": \"neteller\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT Ecopayz",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"ecopayz_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_ecopayz}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_id\": \"user123\",\r\n    \"user_ip\": \"127.0.0.1\",\r\n    \"user_email\": \"john.doe@test.com\",\r\n    \"wallet_id\": \"1234567890\",\r\n    \"type\": \"ecopayz\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT Ebanx",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"ebanx_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_ebanx}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"USD\",\r\n    \"callback_url\": \"https://merchant.com/callback\",\r\n    \"user_country\": \"br\",\r\n    \"user_first_name\": \"Han\",\r\n    \"user_last_name\": \"Solo\",\r\n    \"user_email\": \"john.doe@test.com\",\r\n    \"user_date_of_birth\": \"1977-05-25\",\r\n    \"user_document\": \"85351346893\",\r\n    \"user_document_type\": \"cpf\",\r\n    \"type\": \"ebanx\",\r\n    \"user_id\": \"merchantUserId_00001\",\r\n    \"user_ip\": \"127.0.0.1\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT Trustly",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"trustly_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_trustly}}\",\r\n    \"clearing_house\": \"SWEDEN\",\r\n    \"bank_number\": \"5329\",\r\n    \"account_number\": \"6000011\",\r\n    \"amount\": 1,\r\n    \"currency\": \"EUR\",\r\n    \"callback_url\": \"https://merchant.com/callback.php\",\r\n    \"user_id\": \"user123\",\r\n    \"user_date_of_birth\": \"2017-01-01\",\r\n    \"user_first_name\": \"fname\",\r\n    \"user_last_name\": \"lname\",\r\n    \"type\": \"TRUSTLY\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "PAYOUT SEPA",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"api_version\": 1,\r\n    \"method\": \"init\",\r\n    \"merchant_account\": \"{{account}}\",\r\n    \"merchant_password\": \"{{password}}\",\r\n    \"transaction_unique_id\": \"sepa_PAYOUT_transaction_{{$timestamp}}\",\r\n    \"mid_reference\": \"{{mid_reference_sepa}}\",\r\n    \"amount\": 1,\r\n    \"currency\": \"EUR\",\r\n    \"callback_url\": \"https://merchant.com/callback.php\",\r\n    \"receiver_iban\": \"1000000001200012\",\r\n    \"type\": \"sepa\",\r\n    \"receiver_bic\": \"BCXX12345\",\r\n    \"receiver_name\": \"John Doe\",\r\n    \"transfer_description\": \"Payment for request no. 123456\"\r\n}"
				},
				"url": {
					"raw": "{{link}}/payout",
					"host": [
						"{{link}}"
					],
					"path": [
						"payout"
					]
				}
			},
			"response": []
		},
		{
			"name": "TRANSACTIONS QOD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": \"1.0\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"time_from\": \"1526462577\",\n    \"time_to\": \"{{$timestamp}}\",\n    \"qod_type\": \"transactions\",\n    \"order\": \"desc\",\n    \"page\": \"1\",\n    \"limit\": \"50\"\n}"
				},
				"url": {
					"raw": "{{linkQOD}}",
					"host": [
						"{{linkQOD}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Chargebacks QOD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": \"1.0\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"time_from\": \"1526462577\",\n    \"time_to\": \"{{$timestamp}}\",\n    \"qod_type\": \"chargebacks\",\n    \"order\": \"desc\",\n    \"page\": \"1\",\n    \"limit\": \"50\"\n}"
				},
				"url": {
					"raw": "{{linkQOD}}",
					"host": [
						"{{linkQOD}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Modifications QOD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": \"1.0\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"time_from\": \"1526462577\",\n    \"time_to\": \"{{$timestamp}}\",\n    \"qod_type\": \"modifications\",\n    \"order\": \"desc\",\n    \"page\": \"1\",\n    \"limit\": \"50\"\n}"
				},
				"url": {
					"raw": "{{linkQOD}}",
					"host": [
						"{{linkQOD}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Fraudalerts QOD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": \"1.0\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"time_from\": \"1526462577\",\n    \"time_to\": \"{{$timestamp}}\",\n    \"qod_type\": \"fraudalerts\",\n    \"order\": \"desc\",\n    \"page\": \"1\",\n    \"limit\": \"50\"\n}"
				},
				"url": {
					"raw": "{{linkQOD}}",
					"host": [
						"{{linkQOD}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "VMPIAlerts QOD",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_version\": \"1.0\",\n    \"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n    \"time_from\": \"1526462577\",\n    \"time_to\": \"{{$timestamp}}\",\n    \"qod_type\": \"vmpiAlerts\",\n    \"order\": \"desc\",\n    \"page\": \"1\",\n    \"limit\": \"50\"\n}"
				},
				"url": {
					"raw": "{{linkQOD}}",
					"host": [
						"{{linkQOD}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "Merchant Balance",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"api_version\":1,\n\t\"method\": \"MERCHANT_BALANCE\",\n\t\"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n\t\"time\": {{$timestamp}}\n  }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{link}}/frs",
					"host": [
						"{{link}}"
					],
					"path": [
						"frs"
					]
				}
			},
			"response": []
		},
		{
			"name": "Merchant Balance per MID",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"api_version\":1,\n\t\"method\": \"MERCHANT_BALANCE_PER_MID\",\n\t\"merchant_account\": \"{{account}}\",\n    \"merchant_password\": \"{{password}}\",\n\t\"time\": {{$timestamp}}\n  }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{link}}/frs",
					"host": [
						"{{link}}"
					],
					"path": [
						"frs"
					]
				}
			},
			"response": []
		}
	]
}