{
	"info": {
		"_postman_id": "8dc3ec77-195a-44dd-9cac-19ad2644aa62",
		"name": "Merchants API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Merchant",
			"item": [
				{
					"name": "Consumer",
					"item": [
						{
							"name": "Create Consumer Merchant",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"if (pm.response.code == '200') {",
											"    pm.globals.set(\"merchant_uid\", pm.response.json().uid)",
											"}"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{api_key}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "type",
											"value": "consumer",
											"description": "value: consumer or business",
											"type": "text"
										},
										{
											"key": "country",
											"value": "eng",
											"description": "ISO alpha 3 country code: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-3",
											"type": "text"
										},
										{
											"key": "emailaddress",
											"value": "email+{{$randomInt}}@domain.com",
											"description": "values: nl, en, fr, de",
											"type": "text"
										},
										{
											"key": "notify_url",
											"value": "{{notify_url}}",
											"description": "If you have problems with the amount of emailaddresses available, try using Yopmail for testing.",
											"type": "text"
										},
										{
											"key": "*********************************************",
											"value": "OPTIONAL PARAMETERS",
											"type": "text",
											"disabled": true
										},
										{
											"key": "return_url",
											"value": "{{return_url}}",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "123456789",
											"type": "text"
										},
										{
											"key": "addresses[0][address_line_1]",
											"value": "221B Baker Street",
											"type": "text"
										},
										{
											"key": "addresses[0][address_line_2]",
											"value": "",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[0][zipcode]",
											"value": "NW1 6XE",
											"type": "text"
										},
										{
											"key": "addresses[0][city]",
											"value": "London",
											"type": "text"
										},
										{
											"key": "addresses[0][country]",
											"value": "eng",
											"description": "additional data that belongs to the merchant object",
											"type": "text"
										},
										{
											"key": "metadata[klantnummer]",
											"value": "A123",
											"type": "text"
										},
										{
											"key": "name_first",
											"value": "Sherlock",
											"type": "text",
											"disabled": true
										},
										{
											"key": "name_last",
											"value": "Holmes",
											"type": "text",
											"disabled": true
										},
										{
											"key": "legal_name",
											"value": "Holmes & Watson",
											"type": "text",
											"disabled": true
										},
										{
											"key": "locale",
											"value": "en",
											"type": "text",
											"disabled": true
										},
										{
											"key": "trading_names[0]",
											"value": "Holmes & Watson",
											"type": "text",
											"disabled": true
										},
										{
											"key": "settlement_interval",
											"value": "",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{url}}/v1/merchants",
									"host": [
										"{{url}}"
									],
									"path": [
										"v1",
										"merchants"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Business",
					"item": [
						{
							"name": "Create Business Merchant",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"if (pm.response.code == '200') {",
											"    pm.globals.set(\"merchant_uid\", pm.response.json().uid)",
											"}"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{api_key}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "type",
											"value": "business",
											"type": "text"
										},
										{
											"key": "country",
											"value": "nld",
											"type": "text"
										},
										{
											"key": "emailaddress",
											"value": "email+{{$randomInt}}@domain.com",
											"description": "BUSINESS ONLY",
											"type": "text"
										},
										{
											"key": "coc_nr",
											"value": "99887766",
											"type": "text"
										},
										{
											"key": "notify_url",
											"value": "{{notify_url}}",
											"type": "text"
										},
										{
											"key": "*********************************************",
											"value": "OPTIONAL PARAMETERS",
											"type": "text",
											"disabled": true
										},
										{
											"key": "return_url",
											"value": "{{return_url}}",
											"type": "text"
										},
										{
											"key": "vat_nr",
											"value": "NL000099998B57",
											"type": "text"
										},
										{
											"key": "legal_name",
											"value": "Fiction B.V.",
											"type": "text"
										},
										{
											"key": "legal_entity",
											"value": "private company",
											"type": "text"
										},
										{
											"key": "trading_names[0][name]",
											"value": "Fictie B.V.",
											"type": "text"
										},
										{
											"key": "trading_names[1][name]",
											"value": "Fictions B.V.",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "1234567890",
											"type": "text"
										},
										{
											"key": "metdata[merchant_pk]",
											"value": "A123",
											"type": "text"
										},
										{
											"key": "addresses[0][address_line_1]",
											"value": "Mijn straatnaam 15",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[0][address_line_2]",
											"value": "Postbus 123",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[0][zipcode]",
											"value": "1234 AA",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[0][city]",
											"value": "Madurodam",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[0][country]",
											"value": "nld",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[1][address_line_1]",
											"value": "Fiction street 2",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[1][zipcode]",
											"value": "8877 XX",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[1][city]",
											"value": "Fiction City",
											"type": "text",
											"disabled": true
										},
										{
											"key": "addresses[1][country]",
											"value": "gbr",
											"type": "text",
											"disabled": true
										},
										{
											"key": "locale",
											"value": "",
											"type": "text",
											"disabled": true
										},
										{
											"key": "settlement_interval",
											"value": "",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{url}}/v1/merchants",
									"host": [
										"{{url}}"
									],
									"path": [
										"v1",
										"merchants"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Migrate Merchant",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "coc_nr",
									"value": "12345678",
									"type": "text"
								},
								{
									"key": "country",
									"value": "nld",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/migrate",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"migrate"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific Merchant",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid"
							],
							"query": [
								{
									"key": "expand[]",
									"value": "profiles.bank_account",
									"disabled": true
								},
								{
									"key": "expand[]",
									"value": "contacts.phonenumbers",
									"disabled": true
								},
								{
									"key": "expand[]",
									"value": "trading_names",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Merchants",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								""
							],
							"query": [
								{
									"key": "filter[type]",
									"value": "business",
									"disabled": true
								},
								{
									"key": "page",
									"value": "7",
									"disabled": true
								},
								{
									"key": "expand[]",
									"value": "contacts.emailaddresses",
									"disabled": true
								},
								{
									"key": "expand[]",
									"value": "profiles.bank_account",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Address",
			"item": [
				{
					"name": "Add Merchant Address",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"if (pm.response.code == '200') {",
									"    pm.globals.set(\"merchant_address_uid\", pm.response.json().uid)",
									"}"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "type",
									"value": "manually",
									"description": "values default of manually",
									"type": "text"
								},
								{
									"key": "address_line_1",
									"value": "221B Baker Street",
									"type": "text"
								},
								{
									"key": "zipcode",
									"value": "NW1 6XE",
									"type": "text"
								},
								{
									"key": "city",
									"value": "London",
									"type": "text"
								},
								{
									"key": "country",
									"value": "eng",
									"type": "text"
								},
								{
									"key": "************************************",
									"value": "OPTIONAL PARAMETERS",
									"type": "text",
									"disabled": true
								},
								{
									"key": "address_line_2",
									"value": "",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/addresses",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"addresses"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Specific Merchant Address",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/addresses/:merchant_address_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"addresses",
								":merchant_address_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "merchant_address_uid",
									"value": "{{merchant_address_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Merchant Addresses",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/addresses",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"addresses"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Contacts",
			"item": [
				{
					"name": "Add Merchant Contact",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"if (pm.response.code == '200') {",
									"    pm.globals.set(\"contact_uid\", pm.response.json().uid)",
									"}"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "type",
									"value": "representative",
									"description": "values: representative, technical, financial",
									"type": "text"
								},
								{
									"key": "gender",
									"value": "m",
									"description": "values; m, f,x",
									"type": "text"
								},
								{
									"key": "title",
									"value": "mr",
									"description": "values: mr, mrs",
									"type": "text"
								},
								{
									"key": "name[initials]",
									"value": "SH",
									"description": "format: YYYY-MM-DD",
									"type": "text"
								},
								{
									"key": "name[first]",
									"value": "Sherlock",
									"description": "Name array of the merchant with key/value pairsMir",
									"type": "text"
								},
								{
									"key": "name[last]",
									"value": "Holmes",
									"type": "text"
								},
								{
									"key": "name[names_given]",
									"value": "Sherlock",
									"type": "text"
								},
								{
									"key": "********************************************",
									"value": "OPTIONAL PARAMETERS",
									"type": "text",
									"disabled": true
								},
								{
									"key": "birthdate",
									"value": "1920-11-03",
									"type": "text",
									"disabled": true
								},
								{
									"key": "emailaddresses[0][emailaddress]",
									"value": "sherlock@holmes.com",
									"type": "text",
									"disabled": true
								},
								{
									"key": "phonenumbers[0][phonenumber]",
									"value": "0612345678",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/contacts",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"contacts"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Merchant Contacts",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/contacts",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"contacts"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific Merchant Contact",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/contacts/:contact_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"contacts",
								":contact_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "contact_uid",
									"value": "{{contact_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Profiles",
			"item": [
				{
					"name": "Get specific Merchant Profile",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/profiles/:profile_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"profiles",
								":profile_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "profile_uid",
									"value": "{{profile_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Merchant Profiles",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/profiles",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"profiles"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create Merchant Profile",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "name",
									"value": "Profile 1",
									"type": "text"
								},
								{
									"key": "url",
									"value": "https://platform.com",
									"type": "text"
								},
								{
									"key": "bank_account_uid",
									"value": "{{bank_account_uid}}",
									"description": "If empty, default bank_account is used",
									"type": "text",
									"disabled": true
								},
								{
									"key": "po_number",
									"value": "Payout Invoices Platform",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/profiles",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"profiles"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": null
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant UBO",
			"item": [
				{
					"name": "Create Merchant UBO",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"if (pm.response.code == '200') {",
									"    pm.globals.set(\"ubo_uid\", pm.response.json().uid)",
									"}"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "names_first",
									"value": "Sherlock",
									"description": "First names of the UBO",
									"type": "text"
								},
								{
									"key": "name_last",
									"value": "Holmes",
									"description": "Prefix of the UBO",
									"type": "text"
								},
								{
									"key": "date_of_birth",
									"value": "1974-11-03",
									"description": "Last name of the UBO",
									"type": "text"
								},
								{
									"key": "country_of_residence",
									"value": "eng",
									"description": "Date of birth of the UBO",
									"type": "text"
								},
								{
									"key": "***********************************",
									"value": "OPTIONAL PARAMETERS",
									"type": "text",
									"disabled": true
								},
								{
									"key": "name_prefix",
									"value": "D.A.",
									"type": "text",
									"disabled": true
								},
								{
									"key": "is_decision_maker",
									"value": "true",
									"type": "text",
									"disabled": true
								},
								{
									"key": "is_pep",
									"value": "false",
									"description": "Whether the UBO is a Politically Exposed Persons (PEP)",
									"type": "text",
									"disabled": true
								},
								{
									"key": "is_shareholder",
									"value": "false",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/ubos",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"ubos"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Merchant UBOs",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/ubos",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"ubos"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific Merchant UBO",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/ubos/:ubo_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"ubos",
								":ubo_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "ubo_uid",
									"value": "{{ubo_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Bank Accounts",
			"item": [
				{
					"name": "Create merchant bank account",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"if (pm.response.code == '200') {",
									"    pm.globals.set(\"bank_account_uid\", pm.response.json().uid)",
									"}"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "return_url",
									"value": "{{return_url}}",
									"type": "text"
								},
								{
									"key": "notify_url",
									"value": "{{notify_url}}",
									"type": "text"
								},
								{
									"key": "*************************************",
									"value": "OPTIONAL PARAMETERS",
									"type": "text",
									"disabled": true
								},
								{
									"key": "is_default",
									"value": "true",
									"type": "text",
									"disabled": true
								},
								{
									"key": "reference",
									"value": "Bank Account",
									"description": "empty or sepa",
									"type": "text",
									"disabled": true
								},
								{
									"key": "verification_method",
									"value": "sepa",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/bank_accounts",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"bank_accounts"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get merchant bank accounts",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/bank_accounts",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"bank_accounts"
							],
							"query": [
								{
									"key": "filter[status]",
									"value": "new",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific merchant bank account",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/bank_accounts/:bank_account_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"bank_accounts",
								":bank_account_uid"
							],
							"query": [
								{
									"key": "",
									"value": null,
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "bank_account_uid",
									"value": "{{bank_account_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Settlements",
			"item": [
				{
					"name": "Get merchant settlements",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/settlements?expand[]=specifications&order[]=-period",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"settlements"
							],
							"query": [
								{
									"key": "expand[]",
									"value": "specifications"
								},
								{
									"key": "order[]",
									"value": "-period"
								}
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific merchant settlement",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/settlements/:settlement_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"settlements",
								":settlement_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "settlement_uid",
									"value": "{{settlement_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get merchant settlement specifications",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/settlements/:settlement_uid/specifications/",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"settlements",
								":settlement_uid",
								"specifications",
								""
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "settlement_uid",
									"value": "{{settlement_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get specific merchant settlement specification",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/settlements/:settlement_uid/specifications/:specificiation_uid",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"settlements",
								":settlement_uid",
								"specifications",
								":specificiation_uid"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "settlement_uid",
									"value": "{{settlement_uid}}"
								},
								{
									"key": "specificiation_uid",
									"value": "{{specificiation_uid}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get merchant settlement specification rows",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/settlements/:settlement_uid/specifications/:specificiation_uid/rows",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"settlements",
								":settlement_uid",
								"specifications",
								":specificiation_uid",
								"rows"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								},
								{
									"key": "settlement_uid",
									"value": "{{settlement_uid}}"
								},
								{
									"key": "specificiation_uid",
									"value": "{{specificiation_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Merchant Payment Methods",
			"item": [
				{
					"name": "Get merchant payment methods",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{api_key}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/v1/merchants/:merchant_uid/payment_methods",
							"host": [
								"{{url}}"
							],
							"path": [
								"v1",
								"merchants",
								":merchant_uid",
								"payment_methods"
							],
							"variable": [
								{
									"key": "merchant_uid",
									"value": "{{merchant_uid}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Get ideal issuers",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "{{api_key}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "{{url}}/v1/ideal_issuers",
					"host": [
						"{{url}}"
					],
					"path": [
						"v1",
						"ideal_issuers"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get idin issuers",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "{{api_key}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "{{url}}/v1/idin_issuers",
					"host": [
						"{{url}}"
					],
					"path": [
						"v1",
						"idin_issuers"
					]
				}
			},
			"response": []
		}
	]
}