mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Update latest definitions files
This commit is contained in:
committed by
github-actions[bot]
parent
2152d09bec
commit
958d1b4eb6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Balance Control API (v1)",
|
||||
"name": "Adyen Balance Control API",
|
||||
"description": {
|
||||
"content": "The Balance Control API lets you transfer funds between merchant accounts that belong to the same legal entity and are under the same company account.\n\n## Authentication\nTo connect to the Balance Control API, you must authenticate your requests with an [API key or basic auth username and password](https://docs.adyen.com/development-resources/api-authentication). To learn how you can generate these, see [API credentials](https://docs.adyen.com/development-resources/api-credentials).Here is an example of authenticating a request with an API key:\n\n```\ncurl\n-H \"X-API-Key: Your_API_key\" \\n-H \"Content-Type: application/json\" \\n...\n```\nNote that when going live, you need to generate API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Balance Control API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n\n```\nhttps://pal-test.adyen.com/pal/servlet/BalanceControl/v1/balanceTransfer\n```\n",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 50000,\n \"currency\" : \"EUR\"\n },\n \"description\" : \"Your description for the transfer\",\n \"fromMerchant\" : \"MerchantAccount_NL\",\n \"toMerchant\" : \"MerchantAccount_DE\",\n \"type\" : \"debit\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 50000,\n \"currency\": \"EUR\"\n},\n \"description\": \"Your description for the transfer\",\n \"fromMerchant\": \"MerchantAccount_NL\",\n \"toMerchant\": \"MerchantAccount_DE\",\n \"type\": \"debit\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"amount\" : {\n \"value\" : 50000,\n \"currency\" : \"EUR\"\n },\n \"createdAt\" : \"2022-01-24T14:59:11+01:00\",\n \"description\" : \"Your description for the transfer\",\n \"fromMerchant\" : \"MerchantAccount_NL\",\n \"toMerchant\" : \"MerchantAccount_DE\",\n \"type\" : \"debit\",\n \"reference\" : \"Unique reference for the transfer\",\n \"pspReference\" : \"8816080397613514\",\n \"status\" : \"transferred\"\n}",
|
||||
"body" : "{\n \"amount\": {\n \"value\": 50000,\n \"currency\": \"EUR\"\n},\n \"createdAt\": \"2022-01-24T14:59:11+01:00\",\n \"description\": \"Your description for the transfer\",\n \"fromMerchant\": \"MerchantAccount_NL\",\n \"toMerchant\": \"MerchantAccount_DE\",\n \"type\": \"debit\",\n \"reference\": \"Unique reference for the transfer\",\n \"pspReference\": \"8816080397613514\",\n \"status\": \"transferred\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 50000,\n \"currency\" : \"EUR\"\n },\n \"description\" : \"Your description for the transfer\",\n \"fromMerchant\" : \"MerchantAccount_NL\",\n \"toMerchant\" : \"MerchantAccount_DE\",\n \"type\" : \"debit\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 50000,\n \"currency\": \"EUR\"\n},\n \"description\": \"Your description for the transfer\",\n \"fromMerchant\": \"MerchantAccount_NL\",\n \"toMerchant\": \"MerchantAccount_DE\",\n \"type\": \"debit\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Configuration API (v1)",
|
||||
"name": "Configuration API",
|
||||
"description": {
|
||||
"content": "The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts.\n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Versioning\nThe Configuration API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/bcl/v1/accountHolders\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://balanceplatform-api-live.adyen.com/bcl/v1`.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -132,7 +132,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -164,7 +164,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE322JV223222D5GGMHPC2FPL\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE322JV223222D5GGMHPC2FPL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -260,7 +260,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"taxExempt\" : false,\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE322JV223222D5FZ9N74BSGM\"\n}",
|
||||
"body" : "{\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"taxExempt\": false,\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE322JV223222D5FZ9N74BSGM\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -279,7 +279,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -324,7 +324,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -356,7 +356,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"taxExempt\" : false,\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE322JV223222D5FZ9N74BSGM\"\n}",
|
||||
"body" : "{\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"taxExempt\": false,\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE322JV223222D5FZ9N74BSGM\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -375,7 +375,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -515,7 +515,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"name\" : {\n \"firstName\" : \"Explorer\",\n \"lastName\" : \"Company based in US\"\n },\n \"residentialAddress\" : {\n \"country\" : \"US\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE322JV223222J5HD8HZS2C8B\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"name\": {\n \"firstName\": \"Explorer\",\n \"lastName\": \"Company based in US\"\n},\n \"residentialAddress\": {\n \"country\": \"US\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE322JV223222J5HD8HZS2C8B\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -534,7 +534,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -585,7 +585,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE322KH223222F5GV2SL953Z3\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE322KH223222F5GV2SL953Z3\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -623,7 +623,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE322KH223222F5GVGNMJ3XC5\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE322KH223222F5GV2SL953Z3\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"uboThroughControl\"\n } ],\n \"organization\" : {\n \"email\" : \"john.doe@adyen.com\",\n \"phone\" : {\n \"countryCode\" : \"NL\",\n \"number\" : \"646467363\",\n \"type\" : \"mobile\"\n },\n \"description\" : \"FinTech\",\n \"doingBusinessAs\" : \"Adyen BV\",\n \"legalName\" : \"Adyen BV\",\n \"registeredAddress\" : {\n \"city\" : \"AMS\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1234EE\",\n \"stateOrProvince\" : \"NH\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"\",\n \"stockData\" : {\n \"marketIdentifier\" : \"ADYN\",\n \"stockNumber\" : \"NL012345ABC4\",\n \"tickerSymbol\" : \"ADYN.M\"\n },\n \"taxExempt\" : \"false\",\n \"type\" : \"listedPublicCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE322KH223222F5GVGNMJ3XC5\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE322KH223222F5GVGNMJ3XC5\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE322KH223222F5GV2SL953Z3\",\n \"name\": \"Simone Hopper\",\n \"type\": \"uboThroughControl\"\n}],\n \"organization\": {\n \"email\": \"john.doe@adyen.com\",\n \"phone\": {\n \"countryCode\": \"NL\",\n \"number\": \"646467363\",\n \"type\": \"mobile\"\n},\n \"description\": \"FinTech\",\n \"doingBusinessAs\": \"Adyen BV\",\n \"legalName\": \"Adyen BV\",\n \"registeredAddress\": {\n \"city\": \"AMS\",\n \"country\": \"NL\",\n \"postalCode\": \"1234EE\",\n \"stateOrProvince\": \"NH\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"\",\n \"stockData\": {\n \"marketIdentifier\": \"ADYN\",\n \"stockNumber\": \"NL012345ABC4\",\n \"tickerSymbol\": \"ADYN.M\"\n},\n \"taxExempt\": \"false\",\n \"type\": \"listedPublicCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE322KH223222F5GVGNMJ3XC5\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -642,7 +642,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE322KH223222F5GV2SL953Z3\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE322KH223222F5GV2SL953Z3\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -824,7 +824,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\" : \"mc\"\n}",
|
||||
"raw": "{\n \"balancePlatform\": \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\": \"mc\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -983,7 +983,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1015,7 +1015,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"fileName\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"fileName\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1034,7 +1034,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC...==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1187,7 +1187,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1249,7 +1249,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1351,7 +1351,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\",\n \"capabilities\": {\n \"receivePayments\": {\n \"requested\": true\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1389,7 +1389,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"APIExplorer\",\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\" : \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"enabled\" : false,\n \"requested\" : true,\n \"allowed\" : false,\n \"verificationStatus\" : \"pending\"\n }\n },\n \"id\" : \"AH3227C223222C5GKR23686TF\",\n \"status\" : \"Active\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"APIExplorer\",\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\": \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\": \"S.Eller-001\",\n \"capabilities\": {\n \"receivePayments\": {\n \"enabled\": false,\n \"requested\": true,\n \"allowed\": false,\n \"verificationStatus\": \"pending\"\n}\n},\n \"id\": \"AH3227C223222C5GKR23686TF\",\n \"status\": \"Active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1408,7 +1408,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\",\n \"capabilities\": {\n \"receivePayments\": {\n \"requested\": true\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1459,7 +1459,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"Closed\"\n}",
|
||||
"raw": "{\n \"status\": \"Closed\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1497,7 +1497,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"APIExplorer\",\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\" : \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\" : \"S.Eller-001\",\n \"id\" : \"AH3227C223222C5GKR23686TF\",\n \"status\" : \"Closed\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"APIExplorer\",\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\": \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\": \"S.Eller-001\",\n \"id\": \"AH3227C223222C5GKR23686TF\",\n \"status\": \"Closed\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1516,7 +1516,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"Closed\"\n}",
|
||||
"raw": "{\n \"status\": \"Closed\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1642,7 +1642,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1674,7 +1674,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"Active\",\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"bankAccount\" : {\n \"iban\" : \"NL20ADYB2017000035\"\n },\n \"id\" : \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"Active\",\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"bankAccount\": {\n \"iban\": \"NL20ADYB2017000035\"\n},\n \"id\": \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1693,7 +1693,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1738,7 +1738,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1770,7 +1770,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\",\n \"status\" : \"Active\",\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"bankAccount\" : {\n \"accountNumber\" : \"333720756\",\n \"routingNumber\" : \"21000021\",\n \"accountType\" : \"checking\"\n },\n \"id\" : \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\",\n \"status\": \"Active\",\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"bankAccount\": {\n \"accountNumber\": \"333720756\",\n \"routingNumber\": \"21000021\",\n \"accountType\": \"checking\"\n},\n \"id\": \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1789,7 +1789,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1834,7 +1834,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"issuingCountryCode\" : \"NL\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S.Hopper - Main card\",\n \"status\" : \"Inactive\",\n \"card\" : {\n \"formFactor\" : \"physical\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"deliveryContact\" : {\n \"address\" : {\n \"houseNumberOrName\" : \"64\",\n \"street\" : \"Brannan Street\",\n \"postalCode\" : \"1020CD\",\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"issuingCountryCode\": \"NL\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S.Hopper - Main card\",\n \"status\": \"Inactive\",\n \"card\": {\n \"formFactor\": \"physical\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"deliveryContact\": {\n \"address\": {\n \"houseNumberOrName\": \"64\",\n \"street\": \"Brannan Street\",\n \"postalCode\": \"1020CD\",\n \"city\": \"Amsterdam\",\n \"country\": \"NL\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1866,7 +1866,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"Inactive\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"formFactor\" : \"physical\",\n \"number\" : \"************5785\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"08\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"2765\",\n \"authentication\" : {\n \"password\" : \"******\",\n \"phone\" : {\n \"number\" : \"+123456789\",\n \"type\" : \"mobile\"\n }\n },\n \"deliveryContact\" : {\n \"address\" : {\n \"houseNumberOrName\" : \"64\",\n \"street\" : \"Brannan Street\",\n \"postalCode\" : \"1020CD\",\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n },\n \"id\" : \"PI3227C223222B5BPCMFXD2XG\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"Inactive\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"formFactor\": \"physical\",\n \"number\": \"************5785\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"08\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"2765\",\n \"authentication\": {\n \"password\": \"******\",\n \"phone\": {\n \"number\": \"+123456789\",\n \"type\": \"mobile\"\n}\n},\n \"deliveryContact\": {\n \"address\": {\n \"houseNumberOrName\": \"64\",\n \"street\": \"Brannan Street\",\n \"postalCode\": \"1020CD\",\n \"city\": \"Amsterdam\",\n \"country\": \"NL\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n},\n \"id\": \"PI3227C223222B5BPCMFXD2XG\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1885,7 +1885,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"issuingCountryCode\" : \"NL\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S.Hopper - Main card\",\n \"status\" : \"Inactive\",\n \"card\" : {\n \"formFactor\" : \"physical\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"deliveryContact\" : {\n \"address\" : {\n \"houseNumberOrName\" : \"64\",\n \"street\" : \"Brannan Street\",\n \"postalCode\" : \"1020CD\",\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"issuingCountryCode\": \"NL\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S.Hopper - Main card\",\n \"status\": \"Inactive\",\n \"card\": {\n \"formFactor\": \"physical\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"deliveryContact\": {\n \"address\": {\n \"houseNumberOrName\": \"64\",\n \"street\": \"Brannan Street\",\n \"postalCode\": \"1020CD\",\n \"city\": \"Amsterdam\",\n \"country\": \"NL\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1930,7 +1930,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"description\" : \"S. Hopper - Main card\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"issuingCountryCode\" : \"NL\",\n \"card\" : {\n \"cardholderName\" : \"Sam Hopper\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"formFactor\" : \"virtual\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"description\": \"S. Hopper - Main card\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"issuingCountryCode\": \"NL\",\n \"card\": {\n \"cardholderName\": \"Sam Hopper\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"formFactor\": \"virtual\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1962,7 +1962,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S.Hopper - Virtual card\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"Active\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"cvc\" : \"613\",\n \"expiration\" : {\n \"month\" : \"03\",\n \"year\" : \"2025\"\n },\n \"lastFour\" : \"9883\",\n \"number\" : \"5555444411209883\"\n },\n \"id\" : \"PI32272223222B5FR7Z5CFDW4\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S.Hopper - Virtual card\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"Active\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"cvc\": \"613\",\n \"expiration\": {\n \"month\": \"03\",\n \"year\": \"2025\"\n},\n \"lastFour\": \"9883\",\n \"number\": \"5555444411209883\"\n},\n \"id\": \"PI32272223222B5FR7Z5CFDW4\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1981,7 +1981,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"description\" : \"S. Hopper - Main card\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"issuingCountryCode\" : \"NL\",\n \"card\" : {\n \"cardholderName\" : \"Sam Hopper\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"formFactor\" : \"virtual\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"description\": \"S. Hopper - Main card\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"issuingCountryCode\": \"NL\",\n \"card\": {\n \"cardholderName\": \"Sam Hopper\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"formFactor\": \"virtual\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2083,7 +2083,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2121,7 +2121,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"GB\",\n \"status\" : \"Inactive\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Simon Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"01\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"5785\",\n \"number\" : \"************5785\"\n },\n \"id\" : \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"GB\",\n \"status\": \"Inactive\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Simon Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"01\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"5785\",\n \"number\": \"************5785\"\n},\n \"id\": \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2140,7 +2140,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2191,7 +2191,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"Suspended\"\n}",
|
||||
"raw": "{\n \"status\": \"Suspended\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2229,7 +2229,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"GB\",\n \"status\" : \"Suspended\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Simon Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"01\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"5785\",\n \"number\" : \"************5785\"\n },\n \"id\" : \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"GB\",\n \"status\": \"Suspended\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Simon Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"01\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"5785\",\n \"number\": \"************5785\"\n},\n \"id\": \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2248,7 +2248,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"Suspended\"\n}",
|
||||
"raw": "{\n \"status\": \"Suspended\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2414,7 +2414,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"1001001234\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"1001001234\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2446,7 +2446,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"https://docs.adyen.com/errors/validation\",\n \"title\" : \"Invalid bank account identification details provided\",\n \"status\" : 422,\n \"invalidFields\" : [ {\n \"name\" : \"iban\",\n \"message\" : \"Invalid IBAN.\"\n } ],\n \"errorCode\" : \"33_01\"\n}",
|
||||
"body" : "{\n \"type\": \"https://docs.adyen.com/errors/validation\",\n \"title\": \"Invalid bank account identification details provided\",\n \"status\": 422,\n \"invalidFields\": [{\n \"name\": \"iban\",\n \"message\": \"Invalid IBAN.\"\n}],\n \"errorCode\": \"33_01\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2465,7 +2465,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"1001001234\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"1001001234\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2510,7 +2510,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"12345JHDhjkf67890\",\n \"routingNumber\" : \"121000cxhgjhzxg248\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"12345JHDhjkf67890\",\n \"routingNumber\": \"121000cxhgjhzxg248\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2542,7 +2542,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"https://docs.adyen.com/errors/validation\",\n \"title\" : \"Invalid bank account identification details provided\",\n \"status\" : 422,\n \"invalidFields\" : [ {\n \"name\" : \"accountNumber\",\n \"message\" : \"Invalid account number.\"\n }, {\n \"name\" : \"routingNumber\",\n \"message\" : \"Invalid routing number.\"\n } ],\n \"errorCode\" : \"33_01\"\n}",
|
||||
"body" : "{\n \"type\": \"https://docs.adyen.com/errors/validation\",\n \"title\": \"Invalid bank account identification details provided\",\n \"status\": 422,\n \"invalidFields\": [{\n \"name\": \"accountNumber\",\n \"message\": \"Invalid account number.\"\n}, {\n \"name\": \"routingNumber\",\n \"message\": \"Invalid routing number.\"\n}],\n \"errorCode\": \"33_01\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2561,7 +2561,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"12345JHDhjkf67890\",\n \"routingNumber\" : \"121000cxhgjhzxg248\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"12345JHDhjkf67890\",\n \"routingNumber\": \"121000cxhgjhzxg248\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2617,7 +2617,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2649,7 +2649,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\"\n },\n \"legalEntityId\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\"\n},\n \"legalEntityId\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"bankAccount\",\n \"id\": \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2668,7 +2668,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE322KH223222D5GG4C9J83RN\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE322KH223222D5GG4C9J83RN\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2713,7 +2713,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE322JV223222D5GGMHPC2FPL\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE322JV223222D5GGMHPC2FPL\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2745,7 +2745,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountNumber\" : \"0000000123\",\n \"accountType\" : \"checking\",\n \"branchCode\" : \"121202211\",\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\"\n },\n \"legalEntityId\" : \"LE322JV223222D5GGMHPC2FPL\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountNumber\": \"0000000123\",\n \"accountType\": \"checking\",\n \"branchCode\": \"121202211\",\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\"\n},\n \"legalEntityId\": \"LE322JV223222D5GGMHPC2FPL\",\n \"type\": \"bankAccount\",\n \"id\": \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2764,7 +2764,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE322JV223222D5GGMHPC2FPL\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE322JV223222D5GGMHPC2FPL\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2979,7 +2979,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountHolderId\" : \"AH32272223222C5GXTD343TKP\",\n \"description\" : \"S.Hopper - Main balance account\"\n}",
|
||||
"raw": "{\n \"accountHolderId\": \"AH32272223222C5GXTD343TKP\",\n \"description\": \"S.Hopper - Main balance account\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3207,7 +3207,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Allow transactions only from NL\",\n \"reference\" : \"{{$guid}}_1738A\",\n \"paymentInstrumentId\" : \"PI32272223222B5FN64HK3KLM\",\n \"type\" : \"allowList\",\n \"countries\" : [ \"NL\" ],\n \"status\" : \"active\",\n \"interval\" : {\n \"type\" : \"perTransaction\"\n }\n}",
|
||||
"raw": "{\n \"description\": \"Allow transactions only from NL\",\n \"reference\": \"{{$guid}}_1738A\",\n \"paymentInstrumentId\": \"PI32272223222B5FN64HK3KLM\",\n \"type\": \"allowList\",\n \"countries\": [\"NL\"],\n \"status\": \"active\",\n \"interval\": {\n \"type\": \"perTransaction\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3360,7 +3360,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"inactive\"\n}",
|
||||
"raw": "{\n \"status\": \"inactive\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3398,7 +3398,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"description\" : \"Allow 5 transactions per month\",\n \"interval\" : {\n \"type\" : \"monthly\"\n },\n \"maxTransactions\" : 5,\n \"paymentInstrumentId\" : \"PI3227C223222B59KGTXP884R\",\n \"reference\" : \"myRule12345\",\n \"startDate\" : \"2021-01-21T12:46:35\",\n \"status\" : \"inactive\",\n \"type\" : \"velocity\",\n \"id\" : \"TR3227C223222B5B85CDV4DRS\"\n}",
|
||||
"body" : "{\n \"description\": \"Allow 5 transactions per month\",\n \"interval\": {\n \"type\": \"monthly\"\n},\n \"maxTransactions\": 5,\n \"paymentInstrumentId\": \"PI3227C223222B59KGTXP884R\",\n \"reference\": \"myRule12345\",\n \"startDate\": \"2021-01-21T12:46:35\",\n \"status\": \"inactive\",\n \"type\": \"velocity\",\n \"id\": \"TR3227C223222B5B85CDV4DRS\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -3417,7 +3417,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"inactive\"\n}",
|
||||
"raw": "{\n \"status\": \"inactive\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Configuration API (v2)",
|
||||
"name": "Configuration API",
|
||||
"description": {
|
||||
"content": "The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts.\n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Versioning\nThe Configuration API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/bcl/v2/accountHolders\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://balanceplatform-api-live.adyen.com/bcl/v2`.",
|
||||
"type": "text/markdown"
|
||||
@@ -376,7 +376,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -408,7 +408,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"YOUR_BALANCE_PLATFORM\",\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receiveFromPlatformPayments\" : {\n \"enabled\" : true,\n \"requested\" : true,\n \"allowed\" : false,\n \"verificationStatus\" : \"pending\"\n },\n \"receiveFromBalanceAccount\" : {\n \"enabled\" : true,\n \"requested\" : true,\n \"allowed\" : false,\n \"verificationStatus\" : \"pending\"\n },\n \"sendToBalanceAccount\" : {\n \"enabled\" : true,\n \"requested\" : true,\n \"allowed\" : false,\n \"verificationStatus\" : \"pending\"\n },\n \"sendToTransferInstrument\" : {\n \"enabled\" : true,\n \"requested\" : true,\n \"allowed\" : false,\n \"requestedSettings\" : {\n \"interval\" : \"daily\",\n \"maxAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 0\n }\n },\n \"verificationStatus\" : \"pending\"\n }\n },\n \"id\" : \"AH3227C223222H5J4DCLW9VBV\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"YOUR_BALANCE_PLATFORM\",\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\",\n \"reference\": \"S.Eller-001\",\n \"capabilities\": {\n \"receiveFromPlatformPayments\": {\n \"enabled\": true,\n \"requested\": true,\n \"allowed\": false,\n \"verificationStatus\": \"pending\"\n},\n \"receiveFromBalanceAccount\": {\n \"enabled\": true,\n \"requested\": true,\n \"allowed\": false,\n \"verificationStatus\": \"pending\"\n},\n \"sendToBalanceAccount\": {\n \"enabled\": true,\n \"requested\": true,\n \"allowed\": false,\n \"verificationStatus\": \"pending\"\n},\n \"sendToTransferInstrument\": {\n \"enabled\": true,\n \"requested\": true,\n \"allowed\": false,\n \"requestedSettings\": {\n \"interval\": \"daily\",\n \"maxAmount\": {\n \"currency\": \"EUR\",\n \"value\": 0\n}\n},\n \"verificationStatus\": \"pending\"\n}\n},\n \"id\": \"AH3227C223222H5J4DCLW9VBV\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -427,7 +427,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"legalEntityId\": \"LE322JV223222D5GG42KN6869\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -529,7 +529,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"capabilities\": {\n \"receivePayments\": {\n \"requested\": true\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -567,7 +567,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"YOUR_BALANCE_PLATFORM\",\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\" : \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"enabled\" : false,\n \"requested\" : true,\n \"allowed\" : false,\n \"verificationStatus\" : \"pending\"\n }\n },\n \"id\" : \"AH3227C223222C5GKR23686TF\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"YOUR_BALANCE_PLATFORM\",\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\": \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\": \"S.Eller-001\",\n \"capabilities\": {\n \"receivePayments\": {\n \"enabled\": false,\n \"requested\": true,\n \"allowed\": false,\n \"verificationStatus\": \"pending\"\n}\n},\n \"id\": \"AH3227C223222C5GKR23686TF\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -586,7 +586,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
|
||||
"raw": "{\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"reference\": \"S.Eller-001\",\n \"capabilities\": {\n \"receivePayments\": {\n \"requested\": true\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -637,7 +637,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"closed\"\n}",
|
||||
"raw": "{\n \"status\": \"closed\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -675,7 +675,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"YOUR_BALANCE_PLATFORM\",\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\" : \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\" : \"S.Eller-001\",\n \"id\" : \"AH3227C223222C5GKR23686TF\",\n \"status\" : \"closed\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"YOUR_BALANCE_PLATFORM\",\n \"description\": \"Liable account holder used for international payments and payouts\",\n \"legalEntityId\": \"LE322JV223222F5GKQZZ9DS99\",\n \"reference\": \"S.Eller-001\",\n \"id\": \"AH3227C223222C5GKR23686TF\",\n \"status\": \"closed\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -694,7 +694,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"closed\"\n}",
|
||||
"raw": "{\n \"status\": \"closed\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -884,7 +884,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -916,7 +916,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"active\",\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"bankAccount\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL20ADYB2017000035\"\n },\n \"id\" : \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"active\",\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"bankAccount\": {\n \"type\": \"iban\",\n \"iban\": \"NL20ADYB2017000035\"\n},\n \"id\": \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -935,7 +935,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"NL\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -980,7 +980,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1012,7 +1012,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\",\n \"status\" : \"active\",\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"bankAccount\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"333720756\",\n \"routingNumber\" : \"210000210\",\n \"accountType\" : \"checking\"\n },\n \"id\" : \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\",\n \"status\": \"active\",\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"bankAccount\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"333720756\",\n \"routingNumber\": \"210000210\",\n \"accountType\": \"checking\"\n},\n \"id\": \"PI322LJ223222B5DJS7CD9LWL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1031,7 +1031,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"bankAccount\",\n \"description\" : \"YOUR_DESCRIPTION\",\n \"balanceAccountId\" : \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\" : \"US\"\n}",
|
||||
"raw": "{\n \"type\": \"bankAccount\",\n \"description\": \"YOUR_DESCRIPTION\",\n \"balanceAccountId\": \"BA3227C223222B5CTBLR8BWJB\",\n \"issuingCountryCode\": \"US\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1076,7 +1076,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"issuingCountryCode\" : \"NL\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S.Hopper - Main card\",\n \"status\" : \"inactive\",\n \"card\" : {\n \"formFactor\" : \"physical\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"deliveryContact\" : {\n \"address\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"stateOrProvince\" : \"NH\",\n \"line1\" : \"Brannan Street\",\n \"line2\" : \"274\",\n \"postalCode\" : \"1020CD\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"issuingCountryCode\": \"NL\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S.Hopper - Main card\",\n \"status\": \"inactive\",\n \"card\": {\n \"formFactor\": \"physical\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"deliveryContact\": {\n \"address\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"stateOrProvince\": \"NH\",\n \"line1\": \"Brannan Street\",\n \"line2\": \"274\",\n \"postalCode\": \"1020CD\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1108,7 +1108,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"inactive\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"formFactor\" : \"physical\",\n \"number\" : \"************5785\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"08\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"2765\",\n \"authentication\" : {\n \"password\" : \"******\",\n \"phone\" : {\n \"number\" : \"+123456789\",\n \"type\" : \"mobile\"\n }\n },\n \"deliveryContact\" : {\n \"address\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"stateOrProvince\" : \"NH\",\n \"line1\" : \"Brannan Street\",\n \"line2\" : \"274\",\n \"postalCode\" : \"1020CD\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n },\n \"id\" : \"PI3227C223222B5BPCMFXD2XG\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"inactive\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"formFactor\": \"physical\",\n \"number\": \"************5785\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"08\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"2765\",\n \"authentication\": {\n \"password\": \"******\",\n \"phone\": {\n \"number\": \"+123456789\",\n \"type\": \"mobile\"\n}\n},\n \"deliveryContact\": {\n \"address\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"stateOrProvince\": \"NH\",\n \"line1\": \"Brannan Street\",\n \"line2\": \"274\",\n \"postalCode\": \"1020CD\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n},\n \"id\": \"PI3227C223222B5BPCMFXD2XG\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1127,7 +1127,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"issuingCountryCode\" : \"NL\",\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S.Hopper - Main card\",\n \"status\" : \"inactive\",\n \"card\" : {\n \"formFactor\" : \"physical\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Sam Hopper\",\n \"deliveryContact\" : {\n \"address\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"stateOrProvince\" : \"NH\",\n \"line1\" : \"Brannan Street\",\n \"line2\" : \"274\",\n \"postalCode\" : \"1020CD\"\n },\n \"name\" : {\n \"firstName\" : \"Sam\",\n \"lastName\" : \"Hopper\"\n }\n },\n \"configuration\" : {\n \"configurationProfileId\" : \"CP123AB45678C91ABCD2ABCDE\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"issuingCountryCode\": \"NL\",\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S.Hopper - Main card\",\n \"status\": \"inactive\",\n \"card\": {\n \"formFactor\": \"physical\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Sam Hopper\",\n \"deliveryContact\": {\n \"address\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"stateOrProvince\": \"NH\",\n \"line1\": \"Brannan Street\",\n \"line2\": \"274\",\n \"postalCode\": \"1020CD\"\n},\n \"name\": {\n \"firstName\": \"Sam\",\n \"lastName\": \"Hopper\"\n}\n},\n \"configuration\": {\n \"configurationProfileId\": \"CP123AB45678C91ABCD2ABCDE\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1172,7 +1172,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"description\" : \"My test card\",\n \"balanceAccountId\" : \"BA3227C223222B5FG88S28BGN\",\n \"issuingCountryCode\" : \"NL\",\n \"card\" : {\n \"cardholderName\" : \"Simon Hopper\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"formFactor\" : \"virtual\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"description\": \"My test card\",\n \"balanceAccountId\": \"BA3227C223222B5FG88S28BGN\",\n \"issuingCountryCode\": \"NL\",\n \"card\": {\n \"cardholderName\": \"Simon Hopper\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"formFactor\": \"virtual\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1204,7 +1204,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA3227C223222B5FG88S28BGN\",\n \"description\" : \"My test card\",\n \"issuingCountryCode\" : \"NL\",\n \"status\" : \"active\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Simon Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"cvc\" : \"136\",\n \"expiration\" : {\n \"month\" : \"11\",\n \"year\" : \"2025\"\n },\n \"lastFour\" : \"3703\",\n \"number\" : \"5555444411213703\"\n },\n \"id\" : \"PI32272223222C5GXTDWH3TTN\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA3227C223222B5FG88S28BGN\",\n \"description\": \"My test card\",\n \"issuingCountryCode\": \"NL\",\n \"status\": \"active\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Simon Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"cvc\": \"136\",\n \"expiration\": {\n \"month\": \"11\",\n \"year\": \"2025\"\n},\n \"lastFour\": \"3703\",\n \"number\": \"5555444411213703\"\n},\n \"id\": \"PI32272223222C5GXTDWH3TTN\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1223,7 +1223,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"card\",\n \"description\" : \"My test card\",\n \"balanceAccountId\" : \"BA3227C223222B5FG88S28BGN\",\n \"issuingCountryCode\" : \"NL\",\n \"card\" : {\n \"cardholderName\" : \"Simon Hopper\",\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"formFactor\" : \"virtual\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"card\",\n \"description\": \"My test card\",\n \"balanceAccountId\": \"BA3227C223222B5FG88S28BGN\",\n \"issuingCountryCode\": \"NL\",\n \"card\": {\n \"cardholderName\": \"Simon Hopper\",\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"formFactor\": \"virtual\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1325,7 +1325,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1363,7 +1363,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"GB\",\n \"status\" : \"inactive\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Simon Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"01\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"5785\",\n \"number\" : \"************5785\"\n },\n \"id\" : \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"GB\",\n \"status\": \"inactive\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Simon Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"01\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"5785\",\n \"number\": \"************5785\"\n},\n \"id\": \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1382,7 +1382,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BA32272223222B5CM82WL892M\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1433,7 +1433,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"suspended\"\n}",
|
||||
"raw": "{\n \"status\": \"suspended\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1471,7 +1471,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balanceAccountId\" : \"BA32272223222B59CZ3T52DKZ\",\n \"description\" : \"S. Hopper - Main card\",\n \"issuingCountryCode\" : \"GB\",\n \"status\" : \"suspended\",\n \"type\" : \"card\",\n \"card\" : {\n \"brand\" : \"mc\",\n \"brandVariant\" : \"mcdebit\",\n \"cardholderName\" : \"Simon Hopper\",\n \"formFactor\" : \"virtual\",\n \"bin\" : \"555544\",\n \"expiration\" : {\n \"month\" : \"01\",\n \"year\" : \"2024\"\n },\n \"lastFour\" : \"5785\",\n \"number\" : \"************5785\"\n },\n \"id\" : \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"body" : "{\n \"balanceAccountId\": \"BA32272223222B59CZ3T52DKZ\",\n \"description\": \"S. Hopper - Main card\",\n \"issuingCountryCode\": \"GB\",\n \"status\": \"suspended\",\n \"type\": \"card\",\n \"card\": {\n \"brand\": \"mc\",\n \"brandVariant\": \"mcdebit\",\n \"cardholderName\": \"Simon Hopper\",\n \"formFactor\": \"virtual\",\n \"bin\": \"555544\",\n \"expiration\": {\n \"month\": \"01\",\n \"year\": \"2024\"\n},\n \"lastFour\": \"5785\",\n \"number\": \"************5785\"\n},\n \"id\": \"PI3227C223222B5CMD278FKGS\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1490,7 +1490,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"suspended\"\n}",
|
||||
"raw": "{\n \"status\": \"suspended\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1816,7 +1816,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountHolderId\" : \"AH32272223222C5GXTD343TKP\",\n \"description\" : \"S.Hopper - Main balance account\"\n}",
|
||||
"raw": "{\n \"accountHolderId\": \"AH32272223222C5GXTD343TKP\",\n \"description\": \"S.Hopper - Main balance account\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1848,7 +1848,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"accountHolderId\" : \"AH32272223222C5GXTD343TKP\",\n \"defaultCurrencyCode\" : \"EUR\",\n \"description\" : \"S.Hopper - Main balance account\",\n \"timeZone\" : \"Europe/Amsterdam\",\n \"balances\" : [ {\n \"available\" : 0,\n \"balance\" : 0,\n \"currency\" : \"EUR\",\n \"reserved\" : 0\n } ],\n \"id\" : \"BA3227C223222H5J4DCGQ9V9L\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"accountHolderId\": \"AH32272223222C5GXTD343TKP\",\n \"defaultCurrencyCode\": \"EUR\",\n \"description\": \"S.Hopper - Main balance account\",\n \"timeZone\": \"Europe/Amsterdam\",\n \"balances\": [{\n \"available\": 0,\n \"balance\": 0,\n \"currency\": \"EUR\",\n \"reserved\": 0\n}],\n \"id\": \"BA3227C223222H5J4DCGQ9V9L\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1867,7 +1867,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountHolderId\" : \"AH32272223222C5GXTD343TKP\",\n \"description\" : \"S.Hopper - Main balance account\"\n}",
|
||||
"raw": "{\n \"accountHolderId\": \"AH32272223222C5GXTD343TKP\",\n \"description\": \"S.Hopper - Main balance account\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1982,7 +1982,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"balance\"\n },\n \"type\" : \"pull\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"balance\"\n},\n \"type\": \"pull\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2021,7 +2021,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\" : {\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"balance\"\n },\n \"type\" : \"pull\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"id\": \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\": {\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"balance\"\n},\n \"type\": \"pull\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2040,7 +2040,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"balance\"\n },\n \"type\" : \"pull\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"balance\"\n},\n \"type\": \"pull\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2092,7 +2092,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32278887611B5FTD2KR6TJD\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"balanceAccountId\": \"BA32278887611B5FTD2KR6TJD\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2131,7 +2131,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32278887611B5FTD2KR6TJD\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"id\": \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32278887611B5FTD2KR6TJD\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2150,7 +2150,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32278887611B5FTD2KR6TJD\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"balanceAccountId\": \"BA32278887611B5FTD2KR6TJD\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2202,7 +2202,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE322JV223222J5HGLCGF2WDV\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"priorities\" : [ \"fast\", \"instant\" ],\n \"category\" : \"bank\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"transferInstrumentId\": \"SE322JV223222J5HGLCGF2WDV\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"priorities\": [\"fast\", \"instant\"],\n \"category\": \"bank\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2241,7 +2241,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"SWPC4227C224555B5FTD2NT2JV4WN9\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE322JV223222J5HGLCGF2WDV\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"priorities\" : [ \"fast\", \"instant\" ],\n \"category\" : \"bank\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"id\": \"SWPC4227C224555B5FTD2NT2JV4WN9\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE322JV223222J5HGLCGF2WDV\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"priorities\": [\"fast\", \"instant\"],\n \"category\": \"bank\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2260,7 +2260,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE322JV223222J5HGLCGF2WDV\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"priorities\" : [ \"fast\", \"instant\" ],\n \"category\" : \"bank\",\n \"schedule\" : {\n \"type\" : \"weekly\"\n },\n \"type\" : \"push\",\n \"status\" : \"active\"\n}",
|
||||
"raw": "{\n \"counterparty\": {\n \"transferInstrumentId\": \"SE322JV223222J5HGLCGF2WDV\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"priorities\": [\"fast\", \"instant\"],\n \"category\": \"bank\",\n \"schedule\": {\n \"type\": \"weekly\"\n},\n \"type\": \"push\",\n \"status\": \"active\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2434,7 +2434,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"inactive\"\n}",
|
||||
"raw": "{\n \"status\": \"inactive\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2479,7 +2479,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\" : {\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\"\n },\n \"triggerAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n },\n \"currency\" : \"EUR\",\n \"schedule\" : {\n \"type\" : \"balance\"\n },\n \"type\" : \"pull\",\n \"status\" : \"inactive\"\n}",
|
||||
"body" : "{\n \"id\": \"SWPC4227C224555B5FTD2NT2JV4WN5\",\n \"counterparty\": {\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\"\n},\n \"triggerAmount\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n},\n \"currency\": \"EUR\",\n \"schedule\": {\n \"type\": \"balance\"\n},\n \"type\": \"pull\",\n \"status\": \"inactive\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2498,7 +2498,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"status\" : \"inactive\"\n}",
|
||||
"raw": "{\n \"status\": \"inactive\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2613,7 +2613,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"timeZone\" : \"Europe/Amsterdam\"\n}",
|
||||
"raw": "{\n \"timeZone\": \"Europe/Amsterdam\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2651,7 +2651,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"accountHolderId\" : \"AH32272223222B5GFSNVGFFM7\",\n \"defaultCurrencyCode\" : \"EUR\",\n \"timeZone\" : \"Europe/Amsterdam\",\n \"balances\" : [ {\n \"available\" : 0,\n \"balance\" : 0,\n \"currency\" : \"EUR\",\n \"reserved\" : 0\n } ],\n \"id\" : \"BA32272223222B59K6ZXHBFN6\",\n \"status\" : \"active\"\n}",
|
||||
"body" : "{\n \"accountHolderId\": \"AH32272223222B5GFSNVGFFM7\",\n \"defaultCurrencyCode\": \"EUR\",\n \"timeZone\": \"Europe/Amsterdam\",\n \"balances\": [{\n \"available\": 0,\n \"balance\": 0,\n \"currency\": \"EUR\",\n \"reserved\": 0\n}],\n \"id\": \"BA32272223222B59K6ZXHBFN6\",\n \"status\": \"active\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2670,7 +2670,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"timeZone\" : \"Europe/Amsterdam\"\n}",
|
||||
"raw": "{\n \"timeZone\": \"Europe/Amsterdam\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2802,7 +2802,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Allow only point-of-sale transactions\",\n \"reference\" : \"{{$guid}}_4F7346\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"status\" : \"active\",\n \"interval\" : {\n \"type\" : \"perTransaction\"\n },\n \"ruleRestrictions\" : {\n \"processingTypes\" : {\n \"operation\" : \"noneMatch\",\n \"value\" : [ \"pos\" ]\n }\n },\n \"type\" : \"blockList\"\n}",
|
||||
"raw": "{\n \"description\": \"Allow only point-of-sale transactions\",\n \"reference\": \"{{$guid}}_4F7346\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"status\": \"active\",\n \"interval\": {\n \"type\": \"perTransaction\"\n},\n \"ruleRestrictions\": {\n \"processingTypes\": {\n \"operation\": \"noneMatch\",\n \"value\": [\"pos\"]\n}\n},\n \"type\": \"blockList\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2834,7 +2834,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"description\" : \"Allow only point-of-sale transactions\",\n \"entityKey\" : {\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\",\n \"entityType\" : \"paymentInstrument\"\n },\n \"interval\" : {\n \"timeZone\" : \"UTC\",\n \"type\" : \"perTransaction\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"reference\" : \"YOUR_REFERENCE_4F7346\",\n \"requestType\" : \"authorization\",\n \"ruleRestrictions\" : {\n \"processingTypes\" : {\n \"operation\" : \"noneMatch\",\n \"value\" : [ \"pos\" ]\n }\n },\n \"startDate\" : \"2023-06-29T22:34:36.173226192+02:00\",\n \"status\" : \"active\",\n \"type\" : \"blockList\",\n \"id\" : \"TR3227C223222H5J4D9ML9V4D\"\n}",
|
||||
"body" : "{\n \"description\": \"Allow only point-of-sale transactions\",\n \"entityKey\": {\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\",\n \"entityType\": \"paymentInstrument\"\n},\n \"interval\": {\n \"timeZone\": \"UTC\",\n \"type\": \"perTransaction\"\n},\n \"outcomeType\": \"hardBlock\",\n \"reference\": \"YOUR_REFERENCE_4F7346\",\n \"requestType\": \"authorization\",\n \"ruleRestrictions\": {\n \"processingTypes\": {\n \"operation\": \"noneMatch\",\n \"value\": [\"pos\"]\n}\n},\n \"startDate\": \"2023-06-29T22:34:36.173226192+02:00\",\n \"status\": \"active\",\n \"type\": \"blockList\",\n \"id\": \"TR3227C223222H5J4D9ML9V4D\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2853,7 +2853,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Allow only point-of-sale transactions\",\n \"reference\" : \"{{$guid}}_4F7346\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"status\" : \"active\",\n \"interval\" : {\n \"type\" : \"perTransaction\"\n },\n \"ruleRestrictions\" : {\n \"processingTypes\" : {\n \"operation\" : \"noneMatch\",\n \"value\" : [ \"pos\" ]\n }\n },\n \"type\" : \"blockList\"\n}",
|
||||
"raw": "{\n \"description\": \"Allow only point-of-sale transactions\",\n \"reference\": \"{{$guid}}_4F7346\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"status\": \"active\",\n \"interval\": {\n \"type\": \"perTransaction\"\n},\n \"ruleRestrictions\": {\n \"processingTypes\": {\n \"operation\": \"noneMatch\",\n \"value\": [\"pos\"]\n}\n},\n \"type\": \"blockList\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2898,7 +2898,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"interval\" : {\n \"type\" : \"sliding\",\n \"duration\" : {\n \"value\" : 2,\n \"unit\" : \"hours\"\n }\n },\n \"outcomeType\" : \"scoreBased\",\n \"reference\" : \"myRule11789\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n }\n }\n },\n \"score\" : 20,\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"interval\": {\n \"type\": \"sliding\",\n \"duration\": {\n \"value\": 2,\n \"unit\": \"hours\"\n}\n},\n \"outcomeType\": \"scoreBased\",\n \"reference\": \"myRule11789\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n}\n}\n},\n \"score\": 20,\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2930,7 +2930,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"description\" : \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\" : {\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\",\n \"entityType\" : \"paymentInstrument\"\n },\n \"interval\" : {\n \"duration\" : {\n \"unit\" : \"hours\",\n \"value\" : 2\n },\n \"timeZone\" : \"UTC\",\n \"type\" : \"sliding\"\n },\n \"outcomeType\" : \"scoreBased\",\n \"reference\" : \"myRule11789\",\n \"requestType\" : \"authorization\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n }\n }\n },\n \"score\" : 20,\n \"status\" : \"inactive\",\n \"type\" : \"velocity\",\n \"id\" : \"TR3227C223222H5J4D9S39V59\"\n}",
|
||||
"body" : "{\n \"description\": \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\": {\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\",\n \"entityType\": \"paymentInstrument\"\n},\n \"interval\": {\n \"duration\": {\n \"unit\": \"hours\",\n \"value\": 2\n},\n \"timeZone\": \"UTC\",\n \"type\": \"sliding\"\n},\n \"outcomeType\": \"scoreBased\",\n \"reference\": \"myRule11789\",\n \"requestType\": \"authorization\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n}\n}\n},\n \"score\": 20,\n \"status\": \"inactive\",\n \"type\": \"velocity\",\n \"id\": \"TR3227C223222H5J4D9S39V59\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2949,7 +2949,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"interval\" : {\n \"type\" : \"sliding\",\n \"duration\" : {\n \"value\" : 2,\n \"unit\" : \"hours\"\n }\n },\n \"outcomeType\" : \"scoreBased\",\n \"reference\" : \"myRule11789\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 50000\n }\n }\n },\n \"score\" : 20,\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Assign score if more than 500 EUR in 2 hours\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"interval\": {\n \"type\": \"sliding\",\n \"duration\": {\n \"value\": 2,\n \"unit\": \"hours\"\n}\n},\n \"outcomeType\": \"scoreBased\",\n \"reference\": \"myRule11789\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 50000\n}\n}\n},\n \"score\": 20,\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2994,7 +2994,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Up to 1000 EUR per card for the last 12 hours\",\n \"reference\" : \"{{$guid}}_2918A\",\n \"status\" : \"active\",\n \"entityKey\" : {\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\",\n \"entityType\" : \"balanceAccount\"\n },\n \"aggregationLevel\" : \"paymentInstrument\",\n \"interval\" : {\n \"type\" : \"sliding\",\n \"duration\" : {\n \"value\" : 12,\n \"unit\" : \"hours\"\n }\n },\n \"outcomeType\" : \"hardBlock\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"value\" : 100000,\n \"currency\" : \"EUR\"\n }\n }\n },\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Up to 1000 EUR per card for the last 12 hours\",\n \"reference\": \"{{$guid}}_2918A\",\n \"status\": \"active\",\n \"entityKey\": {\n \"entityReference\": \"BA3227C223222B5FN65355NR3\",\n \"entityType\": \"balanceAccount\"\n},\n \"aggregationLevel\": \"paymentInstrument\",\n \"interval\": {\n \"type\": \"sliding\",\n \"duration\": {\n \"value\": 12,\n \"unit\": \"hours\"\n}\n},\n \"outcomeType\": \"hardBlock\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"value\": 100000,\n \"currency\": \"EUR\"\n}\n}\n},\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3026,7 +3026,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"aggregationLevel\" : \"paymentInstrument\",\n \"description\" : \"Up to 1000 EUR per card for the last 12 hours\",\n \"entityKey\" : {\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\",\n \"entityType\" : \"balanceAccount\"\n },\n \"interval\" : {\n \"duration\" : {\n \"unit\" : \"hours\",\n \"value\" : 12\n },\n \"timeZone\" : \"UTC\",\n \"type\" : \"sliding\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"reference\" : \"YOUR_REFERENCE_2918A\",\n \"requestType\" : \"authorization\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100000\n }\n }\n },\n \"startDate\" : \"2023-06-29T22:39:06.887628679+02:00\",\n \"status\" : \"active\",\n \"type\" : \"velocity\",\n \"id\" : \"TR32272223222H5J4D9Z8C97H\"\n}",
|
||||
"body" : "{\n \"aggregationLevel\": \"paymentInstrument\",\n \"description\": \"Up to 1000 EUR per card for the last 12 hours\",\n \"entityKey\": {\n \"entityReference\": \"BA3227C223222B5FN65355NR3\",\n \"entityType\": \"balanceAccount\"\n},\n \"interval\": {\n \"duration\": {\n \"unit\": \"hours\",\n \"value\": 12\n},\n \"timeZone\": \"UTC\",\n \"type\": \"sliding\"\n},\n \"outcomeType\": \"hardBlock\",\n \"reference\": \"YOUR_REFERENCE_2918A\",\n \"requestType\": \"authorization\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 100000\n}\n}\n},\n \"startDate\": \"2023-06-29T22:39:06.887628679+02:00\",\n \"status\": \"active\",\n \"type\": \"velocity\",\n \"id\": \"TR32272223222H5J4D9Z8C97H\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3045,7 +3045,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Up to 1000 EUR per card for the last 12 hours\",\n \"reference\" : \"{{$guid}}_2918A\",\n \"status\" : \"active\",\n \"entityKey\" : {\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\",\n \"entityType\" : \"balanceAccount\"\n },\n \"aggregationLevel\" : \"paymentInstrument\",\n \"interval\" : {\n \"type\" : \"sliding\",\n \"duration\" : {\n \"value\" : 12,\n \"unit\" : \"hours\"\n }\n },\n \"outcomeType\" : \"hardBlock\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"value\" : 100000,\n \"currency\" : \"EUR\"\n }\n }\n },\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Up to 1000 EUR per card for the last 12 hours\",\n \"reference\": \"{{$guid}}_2918A\",\n \"status\": \"active\",\n \"entityKey\": {\n \"entityReference\": \"BA3227C223222B5FN65355NR3\",\n \"entityType\": \"balanceAccount\"\n},\n \"aggregationLevel\": \"paymentInstrument\",\n \"interval\": {\n \"type\": \"sliding\",\n \"duration\": {\n \"value\": 12,\n \"unit\": \"hours\"\n}\n},\n \"outcomeType\": \"hardBlock\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"value\": 100000,\n \"currency\": \"EUR\"\n}\n}\n},\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3090,7 +3090,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Up to 50 EUR international transactions\",\n \"reference\" : \"{{$guid}}_B2634\",\n \"status\" : \"active\",\n \"entityKey\" : {\n \"entityType\" : \"balanceAccount\",\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\"\n },\n \"interval\" : {\n \"type\" : \"daily\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 5000\n }\n },\n \"internationalTransaction\" : {\n \"operation\" : \"equals\",\n \"value\" : true\n }\n },\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Up to 50 EUR international transactions\",\n \"reference\": \"{{$guid}}_B2634\",\n \"status\": \"active\",\n \"entityKey\": {\n \"entityType\": \"balanceAccount\",\n \"entityReference\": \"BA3227C223222B5FN65355NR3\"\n},\n \"interval\": {\n \"type\": \"daily\"\n},\n \"outcomeType\": \"hardBlock\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 5000\n}\n},\n \"internationalTransaction\": {\n \"operation\": \"equals\",\n \"value\": true\n}\n},\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3122,7 +3122,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"description\" : \"Up to 50 EUR international transactions\",\n \"entityKey\" : {\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\",\n \"entityType\" : \"balanceAccount\"\n },\n \"interval\" : {\n \"timeOfDay\" : \"00:00:00\",\n \"timeZone\" : \"UTC\",\n \"type\" : \"daily\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"reference\" : \"YOUR_REFERENCE_B2634\",\n \"requestType\" : \"authorization\",\n \"ruleRestrictions\" : {\n \"internationalTransaction\" : {\n \"operation\" : \"equals\",\n \"value\" : true\n },\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 5000\n }\n }\n },\n \"startDate\" : \"2023-06-29T22:39:54.068487152+02:00\",\n \"status\" : \"active\",\n \"type\" : \"velocity\",\n \"id\" : \"TR3227C223222H5J4DB2X9V65\"\n}",
|
||||
"body" : "{\n \"description\": \"Up to 50 EUR international transactions\",\n \"entityKey\": {\n \"entityReference\": \"BA3227C223222B5FN65355NR3\",\n \"entityType\": \"balanceAccount\"\n},\n \"interval\": {\n \"timeOfDay\": \"00:00:00\",\n \"timeZone\": \"UTC\",\n \"type\": \"daily\"\n},\n \"outcomeType\": \"hardBlock\",\n \"reference\": \"YOUR_REFERENCE_B2634\",\n \"requestType\": \"authorization\",\n \"ruleRestrictions\": {\n \"internationalTransaction\": {\n \"operation\": \"equals\",\n \"value\": true\n},\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 5000\n}\n}\n},\n \"startDate\": \"2023-06-29T22:39:54.068487152+02:00\",\n \"status\": \"active\",\n \"type\": \"velocity\",\n \"id\": \"TR3227C223222H5J4DB2X9V65\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3141,7 +3141,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Up to 50 EUR international transactions\",\n \"reference\" : \"{{$guid}}_B2634\",\n \"status\" : \"active\",\n \"entityKey\" : {\n \"entityType\" : \"balanceAccount\",\n \"entityReference\" : \"BA3227C223222B5FN65355NR3\"\n },\n \"interval\" : {\n \"type\" : \"daily\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 5000\n }\n },\n \"internationalTransaction\" : {\n \"operation\" : \"equals\",\n \"value\" : true\n }\n },\n \"type\" : \"velocity\"\n}",
|
||||
"raw": "{\n \"description\": \"Up to 50 EUR international transactions\",\n \"reference\": \"{{$guid}}_B2634\",\n \"status\": \"active\",\n \"entityKey\": {\n \"entityType\": \"balanceAccount\",\n \"entityReference\": \"BA3227C223222B5FN65355NR3\"\n},\n \"interval\": {\n \"type\": \"daily\"\n},\n \"outcomeType\": \"hardBlock\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 5000\n}\n},\n \"internationalTransaction\": {\n \"operation\": \"equals\",\n \"value\": true\n}\n},\n \"type\": \"velocity\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3294,7 +3294,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Allow only point-of-sale transactions\",\n \"reference\" : \"{{$guid}}_4F7346\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"status\" : \"inactive\",\n \"interval\" : {\n \"type\" : \"weekly\"\n },\n \"ruleRestrictions\" : {\n \"processingTypes\" : {\n \"operation\" : \"noneMatch\",\n \"value\" : [ \"pos\" ]\n }\n },\n \"type\" : \"blockList\"\n}",
|
||||
"raw": "{\n \"description\": \"Allow only point-of-sale transactions\",\n \"reference\": \"{{$guid}}_4F7346\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"status\": \"inactive\",\n \"interval\": {\n \"type\": \"weekly\"\n},\n \"ruleRestrictions\": {\n \"processingTypes\": {\n \"operation\": \"noneMatch\",\n \"value\": [\"pos\"]\n}\n},\n \"type\": \"blockList\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3332,7 +3332,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"aggregationLevel\" : \"paymentInstrument\",\n \"description\" : \"Up to 1000 EUR per card for the last 12 hours\",\n \"entityKey\" : {\n \"entityReference\" : \"PG3227C223222C5GXR3M5592Q\",\n \"entityType\" : \"paymentInstrumentGroup\"\n },\n \"interval\" : {\n \"duration\" : {\n \"unit\" : \"hours\",\n \"value\" : 12\n },\n \"timeZone\" : \"UTC\",\n \"type\" : \"sliding\"\n },\n \"outcomeType\" : \"hardBlock\",\n \"reference\" : \"YOUR_REFERENCE_2918A\",\n \"requestType\" : \"authorization\",\n \"ruleRestrictions\" : {\n \"totalAmount\" : {\n \"operation\" : \"greaterThan\",\n \"value\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100000\n }\n }\n },\n \"startDate\" : \"2022-11-17T00:07:09.10057663+01:00\",\n \"status\" : \"inactive\",\n \"type\" : \"velocity\",\n \"id\" : \"TR3227C223222C5GXR3XP596N\"\n}",
|
||||
"body" : "{\n \"aggregationLevel\": \"paymentInstrument\",\n \"description\": \"Up to 1000 EUR per card for the last 12 hours\",\n \"entityKey\": {\n \"entityReference\": \"PG3227C223222C5GXR3M5592Q\",\n \"entityType\": \"paymentInstrumentGroup\"\n},\n \"interval\": {\n \"duration\": {\n \"unit\": \"hours\",\n \"value\": 12\n},\n \"timeZone\": \"UTC\",\n \"type\": \"sliding\"\n},\n \"outcomeType\": \"hardBlock\",\n \"reference\": \"YOUR_REFERENCE_2918A\",\n \"requestType\": \"authorization\",\n \"ruleRestrictions\": {\n \"totalAmount\": {\n \"operation\": \"greaterThan\",\n \"value\": {\n \"currency\": \"EUR\",\n \"value\": 100000\n}\n}\n},\n \"startDate\": \"2022-11-17T00:07:09.10057663+01:00\",\n \"status\": \"inactive\",\n \"type\": \"velocity\",\n \"id\": \"TR3227C223222C5GXR3XP596N\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -3351,7 +3351,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"description\" : \"Allow only point-of-sale transactions\",\n \"reference\" : \"{{$guid}}_4F7346\",\n \"entityKey\" : {\n \"entityType\" : \"paymentInstrument\",\n \"entityReference\" : \"PI3227C223222B5FG88SB8BHR\"\n },\n \"status\" : \"inactive\",\n \"interval\" : {\n \"type\" : \"weekly\"\n },\n \"ruleRestrictions\" : {\n \"processingTypes\" : {\n \"operation\" : \"noneMatch\",\n \"value\" : [ \"pos\" ]\n }\n },\n \"type\" : \"blockList\"\n}",
|
||||
"raw": "{\n \"description\": \"Allow only point-of-sale transactions\",\n \"reference\": \"{{$guid}}_4F7346\",\n \"entityKey\": {\n \"entityType\": \"paymentInstrument\",\n \"entityReference\": \"PI3227C223222B5FG88SB8BHR\"\n},\n \"status\": \"inactive\",\n \"interval\": {\n \"type\": \"weekly\"\n},\n \"ruleRestrictions\": {\n \"processingTypes\": {\n \"operation\": \"noneMatch\",\n \"value\": [\"pos\"]\n}\n},\n \"type\": \"blockList\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3593,7 +3593,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\" : \"mc\"\n}",
|
||||
"raw": "{\n \"balancePlatform\": \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\": \"mc\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3625,7 +3625,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"balancePlatform\" : \"YOUR_BALANCE_PLATFORM\",\n \"txVariant\" : \"mc\",\n \"id\" : \"PG32272223222H5J4DCRVC9DH\"\n}",
|
||||
"body" : "{\n \"balancePlatform\": \"YOUR_BALANCE_PLATFORM\",\n \"txVariant\": \"mc\",\n \"id\": \"PG32272223222H5J4DCRVC9DH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3644,7 +3644,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\" : \"mc\"\n}",
|
||||
"raw": "{\n \"balancePlatform\": \"{{YOUR_BALANCE_PLATFORM}}\",\n \"txVariant\": \"mc\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3803,7 +3803,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"1001001234\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"1001001234\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3835,7 +3835,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"https://docs.adyen.com/errors/validation\",\n \"title\" : \"Invalid bank account identification details provided\",\n \"detail\" : \"Provided IBAN is incorrect\",\n \"status\" : 422,\n \"invalidFields\" : [ {\n \"name\" : \"iban\",\n \"value\" : \"1001001234\",\n \"message\" : \"Invalid IBAN.\"\n } ],\n \"errorCode\" : \"33_01\"\n}",
|
||||
"body" : "{\n \"type\": \"https://docs.adyen.com/errors/validation\",\n \"title\": \"Invalid bank account identification details provided\",\n \"detail\": \"Provided IBAN is incorrect\",\n \"status\": 422,\n \"invalidFields\": [{\n \"name\": \"iban\",\n \"value\": \"1001001234\",\n \"message\": \"Invalid IBAN.\"\n}],\n \"errorCode\": \"33_01\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3854,7 +3854,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"1001001234\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"1001001234\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3899,7 +3899,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"12345JHDhjkf67890\",\n \"accountType\" : \"checking\",\n \"routingNumber\" : \"121000567\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"12345JHDhjkf67890\",\n \"accountType\": \"checking\",\n \"routingNumber\": \"121000567\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3931,7 +3931,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"https://docs.adyen.com/errors/validation\",\n \"title\" : \"Invalid bank account identification details provided\",\n \"detail\" : \"Provided account number and the routing number are incorrect\",\n \"status\" : 422,\n \"invalidFields\" : [ {\n \"name\" : \"accountNumber\",\n \"value\" : \"12345JHDhjkf67890\",\n \"message\" : \"Invalid account number.\"\n }, {\n \"name\" : \"routingNumber\",\n \"value\" : \"121000567\",\n \"message\" : \"Invalid routing number.\"\n } ],\n \"errorCode\" : \"33_01\"\n}",
|
||||
"body" : "{\n \"type\": \"https://docs.adyen.com/errors/validation\",\n \"title\": \"Invalid bank account identification details provided\",\n \"detail\": \"Provided account number and the routing number are incorrect\",\n \"status\": 422,\n \"invalidFields\": [{\n \"name\": \"accountNumber\",\n \"value\": \"12345JHDhjkf67890\",\n \"message\": \"Invalid account number.\"\n}, {\n \"name\": \"routingNumber\",\n \"value\": \"121000567\",\n \"message\": \"Invalid routing number.\"\n}],\n \"errorCode\": \"33_01\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3950,7 +3950,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"12345JHDhjkf67890\",\n \"accountType\" : \"checking\",\n \"routingNumber\" : \"121000567\"\n }\n}",
|
||||
"raw": "{\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"12345JHDhjkf67890\",\n \"accountType\": \"checking\",\n \"routingNumber\": \"121000567\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4006,7 +4006,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"paymentInstrumentId\" : \"PI6789678967896789\",\n \"encryptedKey\" : \"75989E8881284D10153ABACF022EEA09F5...\",\n \"encryptedPinBlock\" : \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\" : \"5555341244441115\"\n}",
|
||||
"raw": "{\n \"paymentInstrumentId\": \"PI6789678967896789\",\n \"encryptedKey\": \"75989E8881284D10153ABACF022EEA09F5...\",\n \"encryptedPinBlock\": \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\": \"5555341244441115\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4039,7 +4039,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"status\" : \"completed\"\n}",
|
||||
"body" : "{\n \"status\": \"completed\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -4058,7 +4058,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"paymentInstrumentId\" : \"PI6789678967896789\",\n \"encryptedKey\" : \"75989E8881284D10153ABACF022EEA09F5...\",\n \"encryptedPinBlock\" : \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\" : \"5555341244441115\"\n}",
|
||||
"raw": "{\n \"paymentInstrumentId\": \"PI6789678967896789\",\n \"encryptedKey\": \"75989E8881284D10153ABACF022EEA09F5...\",\n \"encryptedPinBlock\": \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\": \"5555341244441115\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4110,7 +4110,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"paymentInstrumentId\" : \"PI3227C223222B5BPCMFXD2XG\",\n \"encryptedKey\" : \"75989E8881284D10153ABACF022EEA09F5...\"\n}",
|
||||
"raw": "{\n \"paymentInstrumentId\": \"PI3227C223222B5BPCMFXD2XG\",\n \"encryptedKey\": \"75989E8881284D10153ABACF022EEA09F5...\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4143,7 +4143,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"encryptedPinBlock\" : \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\" : \"5555341244441115\"\n}",
|
||||
"body" : "{\n \"encryptedPinBlock\": \"63E5060591EF65F48DD1D4FECD0FECD5\",\n \"token\": \"5555341244441115\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -4162,7 +4162,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"paymentInstrumentId\" : \"PI3227C223222B5BPCMFXD2XG\",\n \"encryptedKey\" : \"75989E8881284D10153ABACF022EEA09F5...\"\n}",
|
||||
"raw": "{\n \"paymentInstrumentId\": \"PI3227C223222B5BPCMFXD2XG\",\n \"encryptedKey\": \"75989E8881284D10153ABACF022EEA09F5...\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4276,7 +4276,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"currency\" : \"USD\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n }\n}",
|
||||
"raw": "{\n \"balancePlatform\": \"{{YOUR_BALANCE_PLATFORM}}\",\n \"currency\": \"USD\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -4309,7 +4309,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"transferRoutes\" : [ {\n \"country\" : \"NL\",\n \"currency\" : \"USD\",\n \"priority\" : \"crossBorder\",\n \"requirements\" : [ {\n \"description\" : \"Amount of transfer must be at least 100, and no greater than 99999999999\",\n \"max\" : 99999999999,\n \"min\" : 100,\n \"type\" : \"amountMinMaxRequirement\"\n }, {\n \"description\" : \"Country, street and city is required.\",\n \"requiredAddressFields\" : [ \"line1\", \"city\", \"country\" ],\n \"type\" : \"addressRequirement\"\n }, {\n \"description\" : \"Bank account identification type must be iban or numberAndBic\",\n \"bankAccountIdentificationTypes\" : [ \"iban\", \"numberAndBic\" ],\n \"type\" : \"bankAccountIdentificationTypeRequirement\"\n }, {\n \"issuingCountryCode\" : \"NL\",\n \"paymentInstrumentType\" : \"BankAccount\",\n \"type\" : \"paymentInstrumentRequirement\"\n } ]\n }, {\n \"country\" : \"NL\",\n \"currency\" : \"USD\",\n \"priority\" : \"wire\",\n \"requirements\" : [ {\n \"description\" : \"Amount of transfer must be at least 100, and no greater than 99999999999\",\n \"max\" : 99999999999,\n \"min\" : 100,\n \"type\" : \"amountMinMaxRequirement\"\n }, {\n \"description\" : \"Country, street and city is required.\",\n \"requiredAddressFields\" : [ \"line1\", \"city\", \"country\" ],\n \"type\" : \"addressRequirement\"\n }, {\n \"description\" : \"Bank account identification type must be iban or numberAndBic\",\n \"bankAccountIdentificationTypes\" : [ \"iban\", \"numberAndBic\" ],\n \"type\" : \"bankAccountIdentificationTypeRequirement\"\n }, {\n \"issuingCountryCode\" : \"NL\",\n \"paymentInstrumentType\" : \"BankAccount\",\n \"type\" : \"paymentInstrumentRequirement\"\n } ]\n } ]\n}",
|
||||
"body" : "{\n \"transferRoutes\": [{\n \"country\": \"NL\",\n \"currency\": \"USD\",\n \"priority\": \"crossBorder\",\n \"requirements\": [{\n \"description\": \"Amount of transfer must be at least 100, and no greater than 99999999999\",\n ,\n \"min\": 100,\n \"type\": \"amountMinMaxRequirement\"\n}, {\n \"description\": \"Country, street and city is required.\",\n \"requiredAddressFields\": [\"line1\", \"city\", \"country\"],\n \"type\": \"addressRequirement\"\n}, {\n \"description\": \"Bank account identification type must be iban or numberAndBic\",\n \"bankAccountIdentificationTypes\": [\"iban\", \"numberAndBic\"],\n \"type\": \"bankAccountIdentificationTypeRequirement\"\n}, {\n \"issuingCountryCode\": \"NL\",\n \"paymentInstrumentType\": \"BankAccount\",\n \"type\": \"paymentInstrumentRequirement\"\n}]\n}, {\n \"country\": \"NL\",\n \"currency\": \"USD\",\n \"priority\": \"wire\",\n \"requirements\": [{\n \"description\": \"Amount of transfer must be at least 100, and no greater than 99999999999\",\n ,\n \"min\": 100,\n \"type\": \"amountMinMaxRequirement\"\n}, {\n \"description\": \"Country, street and city is required.\",\n \"requiredAddressFields\": [\"line1\", \"city\", \"country\"],\n \"type\": \"addressRequirement\"\n}, {\n \"description\": \"Bank account identification type must be iban or numberAndBic\",\n \"bankAccountIdentificationTypes\": [\"iban\", \"numberAndBic\"],\n \"type\": \"bankAccountIdentificationTypeRequirement\"\n}, {\n \"issuingCountryCode\": \"NL\",\n \"paymentInstrumentType\": \"BankAccount\",\n \"type\": \"paymentInstrumentRequirement\"\n}]\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -4328,7 +4328,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"currency\" : \"USD\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n }\n}",
|
||||
"raw": "{\n \"balancePlatform\": \"{{YOUR_BALANCE_PLATFORM}}\",\n \"currency\": \"USD\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen BinLookup API (v40)",
|
||||
"name": "Adyen BinLookup API",
|
||||
"description": {
|
||||
"content": "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nThe BinLookup API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/BinLookup/v40/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v40/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"threeDS1Supported\" : true,\n \"threeDS2CardRangeDetails\" : [ ],\n \"threeDS2supported\" : false\n}",
|
||||
"body" : "{\n \"threeDS1Supported\": true,\n \"threeDS2CardRangeDetails\": [],\n \"threeDS2supported\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -234,7 +234,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -266,7 +266,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -426,7 +426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -458,7 +458,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -522,7 +522,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"selectedRecurringDetailReference\" : \"1234567890123456\",\n \"shopperInteraction\" : \"Ecommerce\",\n \"shopperReference\" : \"123456\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"selectedRecurringDetailReference\": \"1234567890123456\",\n \"shopperInteraction\": \"Ecommerce\",\n \"shopperReference\": \"123456\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen BinLookup API (v50)",
|
||||
"name": "Adyen BinLookup API",
|
||||
"description": {
|
||||
"content": "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nThe BinLookup API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/BinLookup/v50/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v50/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"threeDS1Supported\" : true,\n \"threeDS2CardRangeDetails\" : [ ],\n \"threeDS2supported\" : false\n}",
|
||||
"body" : "{\n \"threeDS1Supported\": true,\n \"threeDS2CardRangeDetails\": [],\n \"threeDS2supported\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -234,7 +234,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -266,7 +266,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -426,7 +426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -458,7 +458,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -522,7 +522,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"selectedRecurringDetailReference\" : \"1234567890123456\",\n \"shopperInteraction\" : \"Ecommerce\",\n \"shopperReference\" : \"123456\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"selectedRecurringDetailReference\": \"1234567890123456\",\n \"shopperInteraction\": \"Ecommerce\",\n \"shopperReference\": \"123456\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen BinLookup API (v52)",
|
||||
"name": "Adyen BinLookup API",
|
||||
"description": {
|
||||
"content": "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nThe BinLookup API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/BinLookup/v52/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v52/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"threeDS1Supported\" : true,\n \"threeDS2CardRangeDetails\" : [ ],\n \"threeDS2supported\" : false\n}",
|
||||
"body" : "{\n \"threeDS1Supported\": true,\n \"threeDS2CardRangeDetails\": [],\n \"threeDS2supported\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -234,7 +234,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -266,7 +266,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -426,7 +426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -458,7 +458,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -522,7 +522,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"selectedRecurringDetailReference\" : \"1234567890123456\",\n \"shopperInteraction\" : \"Ecommerce\",\n \"shopperReference\" : \"123456\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"selectedRecurringDetailReference\": \"1234567890123456\",\n \"shopperInteraction\": \"Ecommerce\",\n \"shopperReference\": \"123456\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen BinLookup API (v53)",
|
||||
"name": "Adyen BinLookup API",
|
||||
"description": {
|
||||
"content": "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nThe BinLookup API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/BinLookup/v53/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v53/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"threeDS1Supported\" : true,\n \"threeDS2CardRangeDetails\" : [ ],\n \"threeDS2supported\" : false\n}",
|
||||
"body" : "{\n \"threeDS1Supported\": true,\n \"threeDS2CardRangeDetails\": [],\n \"threeDS2supported\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -234,7 +234,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -266,7 +266,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -426,7 +426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -458,7 +458,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -522,7 +522,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"selectedRecurringDetailReference\" : \"1234567890123456\",\n \"shopperInteraction\" : \"Ecommerce\",\n \"shopperReference\" : \"123456\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"selectedRecurringDetailReference\": \"1234567890123456\",\n \"shopperInteraction\": \"Ecommerce\",\n \"shopperReference\": \"123456\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen BinLookup API (v54)",
|
||||
"name": "Adyen BinLookup API",
|
||||
"description": {
|
||||
"content": "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nThe BinLookup API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v54/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"threeDS1Supported\" : true,\n \"threeDS2CardRangeDetails\" : [ ],\n \"threeDS2supported\" : false\n}",
|
||||
"body" : "{\n \"threeDS1Supported\": true,\n \"threeDS2CardRangeDetails\": [],\n \"threeDS2supported\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\" : \"4111111111111111\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"cardNumber\": \"4111111111111111\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -234,7 +234,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -266,7 +266,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"encryptedCardNumber\" : \"test_5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"shopperInteraction\" : \"Ecommerce\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"encryptedCardNumber\": \"test_5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"shopperInteraction\": \"Ecommerce\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -426,7 +426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -458,7 +458,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"costEstimateAmount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 12\n },\n \"resultCode\" : \"Success\",\n \"surchargeType\" : \"PASSTHROUGH\"\n}",
|
||||
"body" : "{\n \"costEstimateAmount\": {\n \"currency\": \"EUR\",\n \"value\": 12\n},\n \"resultCode\": \"Success\",\n \"surchargeType\": \"PASSTHROUGH\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -477,7 +477,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"cardNumber\" : \"5101180000000007\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"cardNumber\": \"5101180000000007\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -522,7 +522,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 1234,\n \"currency\" : \"EUR\"\n },\n \"assumptions\" : {\n \"assumeLevel3Data\" : true,\n \"assume3DSecureAuthenticated\" : true\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\" : {\n \"countryCode\" : \"NL\",\n \"mcc\" : \"7411\",\n \"enrolledIn3DSecure\" : true\n },\n \"selectedRecurringDetailReference\" : \"1234567890123456\",\n \"shopperInteraction\" : \"Ecommerce\",\n \"shopperReference\" : \"123456\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 1234,\n \"currency\": \"EUR\"\n},\n \"assumptions\": {\n \"assumeLevel3Data\": true,\n \"assume3DSecureAuthenticated\": true\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantDetails\": {\n \"countryCode\": \"NL\",\n \"mcc\": \"7411\",\n \"enrolledIn3DSecure\": true\n},\n \"selectedRecurringDetailReference\": \"1234567890123456\",\n \"shopperInteraction\": \"Ecommerce\",\n \"shopperReference\": \"123456\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Data Protection API (v1)",
|
||||
"name": "Adyen Data Protection API",
|
||||
"description": {
|
||||
"content": "Adyen Data Protection API provides a way for you to process [Subject Erasure Requests](https://gdpr-info.eu/art-17-gdpr/) as mandated in GDPR.\n\nUse our API to submit a request to delete shopper's data, including payment details and other related information (for example, delivery address or shopper email).## Authentication\nEach request to the Data Protection API must be signed with an API key. Get your API Key from your Customer Area, as described in [How to get the API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). Then set this key to the `X-API-Key` header value, for example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: Your_API_key\" \\n...\n```\nNote that when going live, you need to generate a new API Key to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nData Protection Service API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure\n```",
|
||||
"type": "text/markdown"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Disputes API (v30)",
|
||||
"name": "Disputes API",
|
||||
"description": {
|
||||
"content": "You can use the [Disputes API](https://docs.adyen.com/risk-management/disputes-api) to automate the dispute handling process so that you can respond to disputes and chargebacks as soon as they are initiated. The Disputes API lets you retrieve defense reasons, supply and delete defense documents, and accept or defend disputes.\n\n## Authentication\nEach request to the Disputes API must be signed with an API key. For this, obtain an API Key from your Customer Area, as described in [How to get the API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). Then set this key to the `X-API-Key` header value, for example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: Your_API_key\" \\n...\n```\nNote that when going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nDisputes API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://ca-test.adyen.com/ca/services/DisputeService/v30/defendDispute\n```",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"disputeServiceResult\" : {\n \"success\" : true\n }\n}",
|
||||
"body" : "{\n \"disputeServiceResult\": {\n \"success\": true\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseReasonCode\" : \"SupplyDefenseMaterial\",\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseReasonCode\": \"SupplyDefenseMaterial\",\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"disputeServiceResult\" : {\n \"success\" : true\n }\n}",
|
||||
"body" : "{\n \"disputeServiceResult\": {\n \"success\": true\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseReasonCode\" : \"SupplyDefenseMaterial\",\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseReasonCode\": \"SupplyDefenseMaterial\",\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseDocumentType\" : \"DefenseMaterial\",\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseDocumentType\": \"DefenseMaterial\",\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -272,7 +272,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"disputeServiceResult\" : {\n \"success\" : true\n }\n}",
|
||||
"body" : "{\n \"disputeServiceResult\": {\n \"success\": true\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -291,7 +291,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseDocumentType\" : \"DefenseMaterial\",\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseDocumentType\": \"DefenseMaterial\",\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -342,7 +342,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -374,7 +374,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"defenseReasons\" : [ {\n \"defenseDocumentTypes\" : [ {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"TIDorInvoice\",\n \"requirementLevel\" : \"Optional\"\n }, {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"GoodsNotReturned\",\n \"requirementLevel\" : \"Required\"\n } ],\n \"defenseReasonCode\" : \"GoodsNotReturned\",\n \"satisfied\" : false\n }, {\n \"defenseDocumentTypes\" : [ {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"TIDorInvoice\",\n \"requirementLevel\" : \"Optional\"\n }, {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"GoodsRepairedOrReplaced\",\n \"requirementLevel\" : \"Required\"\n } ],\n \"defenseReasonCode\" : \"GoodsRepairedOrReplaced\",\n \"satisfied\" : false\n }, {\n \"defenseDocumentTypes\" : [ {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"GoodsWereAsDescribed\",\n \"requirementLevel\" : \"Required\"\n }, {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"TIDorInvoice\",\n \"requirementLevel\" : \"Required\"\n } ],\n \"defenseReasonCode\" : \"GoodsWereAsDescribed\",\n \"satisfied\" : false\n }, {\n \"defenseDocumentTypes\" : [ {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"TIDorInvoice\",\n \"requirementLevel\" : \"Optional\"\n }, {\n \"available\" : false,\n \"defenseDocumentTypeCode\" : \"DefenseMaterial\",\n \"requirementLevel\" : \"Required\"\n } ],\n \"defenseReasonCode\" : \"SupplyDefenseMaterial\",\n \"satisfied\" : false\n } ],\n \"disputeServiceResult\" : {\n \"success\" : true\n }\n}",
|
||||
"body" : "{\n \"defenseReasons\": [{\n \"defenseDocumentTypes\": [{\n \"available\": false,\n \"defenseDocumentTypeCode\": \"TIDorInvoice\",\n \"requirementLevel\": \"Optional\"\n}, {\n \"available\": false,\n \"defenseDocumentTypeCode\": \"GoodsNotReturned\",\n \"requirementLevel\": \"Required\"\n}],\n \"defenseReasonCode\": \"GoodsNotReturned\",\n \"satisfied\": false\n}, {\n \"defenseDocumentTypes\": [{\n \"available\": false,\n \"defenseDocumentTypeCode\": \"TIDorInvoice\",\n \"requirementLevel\": \"Optional\"\n}, {\n \"available\": false,\n \"defenseDocumentTypeCode\": \"GoodsRepairedOrReplaced\",\n \"requirementLevel\": \"Required\"\n}],\n \"defenseReasonCode\": \"GoodsRepairedOrReplaced\",\n \"satisfied\": false\n}, {\n \"defenseDocumentTypes\": [{\n \"available\": false,\n \"defenseDocumentTypeCode\": \"GoodsWereAsDescribed\",\n \"requirementLevel\": \"Required\"\n}, {\n \"available\": false,\n \"defenseDocumentTypeCode\": \"TIDorInvoice\",\n \"requirementLevel\": \"Required\"\n}],\n \"defenseReasonCode\": \"GoodsWereAsDescribed\",\n \"satisfied\": false\n}, {\n \"defenseDocumentTypes\": [{\n \"available\": false,\n \"defenseDocumentTypeCode\": \"TIDorInvoice\",\n \"requirementLevel\": \"Optional\"\n}, {\n \"available\": false,\n \"defenseDocumentTypeCode\": \"DefenseMaterial\",\n \"requirementLevel\": \"Required\"\n}],\n \"defenseReasonCode\": \"SupplyDefenseMaterial\",\n \"satisfied\": false\n}],\n \"disputeServiceResult\": {\n \"success\": true\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -393,7 +393,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -444,7 +444,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseDocuments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"contentType\" : \"application/pdf\",\n \"defenseDocumentTypeCode\" : \"DefenseMaterial\"\n } ],\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseDocuments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"contentType\": \"application/pdf\",\n \"defenseDocumentTypeCode\": \"DefenseMaterial\"\n}],\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -476,7 +476,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"disputeServiceResult\" : {\n \"success\" : true\n }\n}",
|
||||
"body" : "{\n \"disputeServiceResult\": {\n \"success\": true\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -495,7 +495,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"defenseDocuments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"contentType\" : \"application/pdf\",\n \"defenseDocumentTypeCode\" : \"DefenseMaterial\"\n } ],\n \"disputePspReference\" : \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"defenseDocuments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"contentType\": \"application/pdf\",\n \"defenseDocumentTypeCode\": \"DefenseMaterial\"\n}],\n \"disputePspReference\": \"DZ4DPSHB4WD2WN82\",\n \"merchantAccountCode\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Legal Entity Management API (v1)",
|
||||
"name": "Legal Entity Management API",
|
||||
"description": {
|
||||
"content": "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\n-H \"Content-Type: application/json\" \\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws_123456@Scope.Company_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\n-H \"Content-Type: application/json\" \\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v1/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v1`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -42,7 +42,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -74,7 +74,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -99,7 +99,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -150,7 +150,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -182,7 +182,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -207,7 +207,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -258,7 +258,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -290,7 +290,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000002\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"signatory\"\n } ],\n \"organization\" : {\n \"email\" : \"organization@example.com\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"legalName\" : \"Explorer Company based in NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000002\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000002\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"name\": \"Simone Hopper\",\n \"type\": \"signatory\"\n}],\n \"organization\": {\n \"email\": \"organization@example.com\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"legalName\": \"Explorer Company based in NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000002\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -315,7 +315,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -366,7 +366,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -398,7 +398,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"taxExempt\" : false,\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"taxExempt\": false,\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -423,7 +423,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -531,7 +531,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -569,7 +569,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"name\" : {\n \"firstName\" : \"Explorer\",\n \"lastName\" : \"Company based in US\"\n },\n \"residentialAddress\" : {\n \"country\" : \"US\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"name\": {\n \"firstName\": \"Explorer\",\n \"lastName\": \"Company based in US\"\n},\n \"residentialAddress\": {\n \"country\": \"US\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -594,7 +594,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -651,7 +651,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -689,7 +689,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000002\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"uboThroughControl\"\n } ],\n \"organization\" : {\n \"email\" : \"john.doe@adyen.com\",\n \"phone\" : {\n \"countryCode\" : \"NL\",\n \"number\" : \"646467363\",\n \"type\" : \"mobile\"\n },\n \"description\" : \"FinTech\",\n \"doingBusinessAs\" : \"Adyen BV\",\n \"legalName\" : \"Adyen BV\",\n \"registeredAddress\" : {\n \"city\" : \"AMS\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1234EE\",\n \"stateOrProvince\" : \"NH\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"\",\n \"stockData\" : {\n \"marketIdentifier\" : \"ADYN\",\n \"stockNumber\" : \"NL012345ABC4\",\n \"tickerSymbol\" : \"ADYN.M\"\n },\n \"taxExempt\" : false,\n \"type\" : \"listedPublicCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000002\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000002\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"name\": \"Simone Hopper\",\n \"type\": \"uboThroughControl\"\n}],\n \"organization\": {\n \"email\": \"john.doe@adyen.com\",\n \"phone\": {\n \"countryCode\": \"NL\",\n \"number\": \"646467363\",\n \"type\": \"mobile\"\n},\n \"description\": \"FinTech\",\n \"doingBusinessAs\": \"Adyen BV\",\n \"legalName\": \"Adyen BV\",\n \"registeredAddress\": {\n \"city\": \"AMS\",\n \"country\": \"NL\",\n \"postalCode\": \"1234EE\",\n \"stateOrProvince\": \"NH\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"\",\n \"stockData\": {\n \"marketIdentifier\": \"ADYN\",\n \"stockNumber\": \"NL012345ABC4\",\n \"tickerSymbol\": \"ADYN.M\"\n},\n \"taxExempt\": false,\n \"type\": \"listedPublicCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000002\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -714,7 +714,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -828,7 +828,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -867,7 +867,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"url\" : \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"body" : "{\n \"url\": \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -886,7 +886,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1045,7 +1045,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1077,7 +1077,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\",\n \"type\" : \"business\"\n },\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"id\" : \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"body" : "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\",\n \"type\": \"business\"\n},\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"id\": \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1096,7 +1096,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1141,7 +1141,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"receivePayments\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"industryCode\" : \"339E\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\"\n } ]\n}",
|
||||
"raw": "{\n \"capability\": \"receivePayments\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"industryCode\": \"339E\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1173,7 +1173,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"capability\" : \"receivePayments\",\n \"industryCode\" : \"339E\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\"\n } ],\n \"id\" : \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"body" : "{\n \"capability\": \"receivePayments\",\n \"industryCode\": \"339E\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\"\n}],\n \"id\": \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1192,7 +1192,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"receivePayments\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"industryCode\" : \"339E\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\"\n } ]\n}",
|
||||
"raw": "{\n \"capability\": \"receivePayments\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"industryCode\": \"339E\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1356,7 +1356,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1388,7 +1388,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"fileName\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"fileName\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1413,7 +1413,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1578,7 +1578,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1616,7 +1616,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"proofOfIndustry\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Proof of industry for Example Company\",\n \"fileName\" : \"Proof of industry for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"proofOfIndustry\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Proof of industry for Example Company\",\n \"fileName\": \"Proof of industry for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1641,7 +1641,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1703,7 +1703,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1742,7 +1742,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\",\n \"document\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\" : \"abc123\"\n}",
|
||||
"body" : "{\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"adyenIssuing\",\n \"language\": \"en\",\n \"document\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\": \"abc123\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1761,7 +1761,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1819,7 +1819,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1864,7 +1864,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"acceptedBy\" : \"LE00000000000000000000002\",\n \"id\" : \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\" : \"en\",\n \"termsOfServiceDocumentId\" : \"abc123\",\n \"type\" : \"adyenIssuing\"\n}",
|
||||
"body" : "{\n \"acceptedBy\": \"LE00000000000000000000002\",\n \"id\": \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\": \"en\",\n \"termsOfServiceDocumentId\": \"abc123\",\n \"type\": \"adyenIssuing\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1883,7 +1883,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2062,7 +2062,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2094,7 +2094,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2119,7 +2119,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2170,7 +2170,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2202,7 +2202,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountNumber\" : \"0000000123\",\n \"accountType\" : \"checking\",\n \"branchCode\" : \"121202211\",\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountNumber\": \"0000000123\",\n \"accountType\": \"checking\",\n \"branchCode\": \"121202211\",\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2227,7 +2227,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2386,7 +2386,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2424,7 +2424,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2449,7 +2449,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2621,7 +2621,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2661,7 +2661,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\" : \"fr\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"body" : "{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\": \"fr\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2680,7 +2680,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2739,7 +2739,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2779,7 +2779,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pciQuestionnaireIds\" : [ \"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\" ]\n}",
|
||||
"body" : "{\n \"pciQuestionnaireIds\": [\"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2798,7 +2798,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Legal Entity Management API (v2)",
|
||||
"name": "Legal Entity Management API",
|
||||
"description": {
|
||||
"content": "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\n-H \"Content-Type: application/json\" \\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws_123456@Scope.Company_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\n-H \"Content-Type: application/json\" \\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v2/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v2`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -42,7 +42,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -74,7 +74,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -99,7 +99,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -150,7 +150,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -182,7 +182,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -207,7 +207,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -258,7 +258,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -290,7 +290,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000002\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"signatory\"\n } ],\n \"organization\" : {\n \"email\" : \"organization@example.com\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"legalName\" : \"Explorer Company based in NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000002\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000002\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"name\": \"Simone Hopper\",\n \"type\": \"signatory\"\n}],\n \"organization\": {\n \"email\": \"organization@example.com\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"legalName\": \"Explorer Company based in NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000002\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -315,7 +315,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -366,7 +366,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -398,7 +398,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -423,7 +423,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -474,7 +474,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -506,7 +506,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -531,7 +531,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -582,7 +582,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -614,7 +614,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -639,7 +639,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -690,7 +690,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"trust\",\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678123\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n }\n}",
|
||||
"raw": "{\n \"type\": \"trust\",\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678123\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -722,7 +722,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"trust\" : {\n \"countryOfGoverningLaw\" : \"AU\",\n \"doingBusinessAs\" : \"West's Store\",\n \"name\" : \"Example Trust\",\n \"registeredAddress\" : {\n \"city\" : \"Sydney\",\n \"country\" : \"AU\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"street\" : \"Winfield Avenue\"\n },\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"number\" : \"12345678901\",\n \"type\" : \"ABN\"\n } ],\n \"type\" : \"fixedUnitTrust\",\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\",\n \"reference\" : \"SE322KH223222J5HJ6JRB75HQ\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE322KH223222J5HJ6JRB75C5\"\n}",
|
||||
"body" : "{\n \"trust\": {\n \"countryOfGoverningLaw\": \"AU\",\n \"doingBusinessAs\": \"West's Store\",\n \"name\": \"Example Trust\",\n \"registeredAddress\": {\n \"city\": \"Sydney\",\n \"country\": \"AU\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"street\": \"Winfield Avenue\"\n},\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"number\": \"12345678901\",\n \"type\": \"ABN\"\n}],\n \"type\": \"fixedUnitTrust\",\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\",\n \"reference\": \"SE322KH223222J5HJ6JRB75HQ\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE322KH223222J5HJ6JRB75C5\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -747,7 +747,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"trust\",\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678123\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n }\n}",
|
||||
"raw": "{\n \"type\": \"trust\",\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678123\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -855,7 +855,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -893,7 +893,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"name\" : {\n \"firstName\" : \"Explorer\",\n \"lastName\" : \"Company based in US\"\n },\n \"residentialAddress\" : {\n \"country\" : \"US\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"name\": {\n \"firstName\": \"Explorer\",\n \"lastName\": \"Company based in US\"\n},\n \"residentialAddress\": {\n \"country\": \"US\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -918,7 +918,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -975,7 +975,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1013,7 +1013,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"uboThroughControl\"\n } ],\n \"organization\" : {\n \"email\" : \"john.doe@adyen.com\",\n \"phone\" : {\n \"number\" : \"646467363\",\n \"type\" : \"mobile\"\n },\n \"description\" : \"FinTech\",\n \"doingBusinessAs\" : \"Adyen BV\",\n \"legalName\" : \"Adyen BV\",\n \"registeredAddress\" : {\n \"city\" : \"AMS\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1234EE\",\n \"stateOrProvince\" : \"NH\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"\",\n \"stockData\" : {\n \"marketIdentifier\" : \"ADYN\",\n \"stockNumber\" : \"NL012345ABC4\",\n \"tickerSymbol\" : \"ADYN.M\"\n },\n \"type\" : \"listedPublicCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"name\": \"Simone Hopper\",\n \"type\": \"uboThroughControl\"\n}],\n \"organization\": {\n \"email\": \"john.doe@adyen.com\",\n \"phone\": {\n \"number\": \"646467363\",\n \"type\": \"mobile\"\n},\n \"description\": \"FinTech\",\n \"doingBusinessAs\": \"Adyen BV\",\n \"legalName\": \"Adyen BV\",\n \"registeredAddress\": {\n \"city\": \"AMS\",\n \"country\": \"NL\",\n \"postalCode\": \"1234EE\",\n \"stateOrProvince\": \"NH\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"\",\n \"stockData\": {\n \"marketIdentifier\": \"ADYN\",\n \"stockNumber\": \"NL012345ABC4\",\n \"tickerSymbol\": \"ADYN.M\"\n},\n \"type\": \"listedPublicCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1038,7 +1038,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1095,7 +1095,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1133,7 +1133,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"entityType\" : \"soleProprietorship\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ],\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"entityType\": \"soleProprietorship\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}],\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1158,7 +1158,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1215,7 +1215,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"protector\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"protector\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1253,7 +1253,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"protector\"\n } ],\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678901\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"name\": \"Simone Hopper\",\n \"type\": \"protector\"\n}],\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678901\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1278,7 +1278,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"protector\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"protector\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1335,7 +1335,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1373,7 +1373,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ],\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678901\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}],\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678901\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1398,7 +1398,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1512,7 +1512,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1551,7 +1551,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"url\" : \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"body" : "{\n \"url\": \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1570,7 +1570,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1729,7 +1729,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1761,7 +1761,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\",\n \"type\" : \"business\"\n },\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\",\n \"webAddressId\" : \"SE966LI345672J5H8V87B3FGH\"\n } ],\n \"id\" : \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"body" : "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\",\n \"type\": \"business\"\n},\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\",\n \"webAddressId\": \"SE966LI345672J5H8V87B3FGH\"\n}],\n \"id\": \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1780,7 +1780,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1933,7 +1933,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"industryCode\" : \"55\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\"\n } ]\n}",
|
||||
"raw": "{\n \"industryCode\": \"55\",\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1971,7 +1971,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"capability\" : \"issueBankAccount\",\n \"industryCode\" : \"55\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\",\n \"type\" : \"business\"\n },\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\",\n \"webAddressId\" : \"SE890CG45905K5H&M90J7MPY\"\n } ],\n \"id\" : \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"body" : "{\n \"capability\": \"issueBankAccount\",\n \"industryCode\": \"55\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\",\n \"type\": \"business\"\n},\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\",\n \"webAddressId\": \"SE890CG45905K5H&M90J7MPY\"\n}],\n \"id\": \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1990,7 +1990,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"industryCode\" : \"55\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\"\n } ]\n}",
|
||||
"raw": "{\n \"industryCode\": \"55\",\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2058,7 +2058,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2090,7 +2090,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"fileName\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"fileName\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2115,7 +2115,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2280,7 +2280,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2318,7 +2318,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"proofOfIndustry\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Proof of industry for Example Company\",\n \"fileName\" : \"Proof of industry for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"proofOfIndustry\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Proof of industry for Example Company\",\n \"fileName\": \"Proof of industry for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2343,7 +2343,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2405,7 +2405,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2444,7 +2444,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\",\n \"document\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\" : \"abc123\"\n}",
|
||||
"body" : "{\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"adyenIssuing\",\n \"language\": \"en\",\n \"document\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\": \"abc123\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2463,7 +2463,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2521,7 +2521,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2566,7 +2566,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"acceptedBy\" : \"LE00000000000000000000002\",\n \"id\" : \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\" : \"en\",\n \"termsOfServiceDocumentId\" : \"abc123\",\n \"type\" : \"adyenIssuing\"\n}",
|
||||
"body" : "{\n \"acceptedBy\": \"LE00000000000000000000002\",\n \"id\": \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\": \"en\",\n \"termsOfServiceDocumentId\": \"abc123\",\n \"type\": \"adyenIssuing\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2585,7 +2585,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2764,7 +2764,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\",\n \"trustedSource\" : false\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\",\n \"trustedSource\": false\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2796,7 +2796,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2821,7 +2821,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL62ABNA0000000123\",\n \"trustedSource\" : false\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL62ABNA0000000123\",\n \"trustedSource\": false\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2872,7 +2872,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2904,7 +2904,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountNumber\" : \"0000000123\",\n \"accountType\" : \"checking\",\n \"branchCode\" : \"121202211\",\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountNumber\": \"0000000123\",\n \"accountType\": \"checking\",\n \"branchCode\": \"121202211\",\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2929,7 +2929,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"countryCode\" : \"US\",\n \"currencyCode\" : \"USD\",\n \"accountNumber\" : \"0000000123\",\n \"branchCode\" : \"121202211\",\n \"accountType\" : \"checking\"\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"countryCode\": \"US\",\n \"currencyCode\": \"USD\",\n \"accountNumber\": \"0000000123\",\n \"branchCode\": \"121202211\",\n \"accountType\": \"checking\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3088,7 +3088,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3126,7 +3126,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"countryCode\" : \"NL\",\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"countryCode\": \"NL\",\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE576BH223222F5GJVKHH6BDT\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -3151,7 +3151,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"currencyCode\" : \"EUR\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"currencyCode\": \"EUR\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3323,7 +3323,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3363,7 +3363,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\" : \"fr\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"body" : "{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\": \"fr\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3382,7 +3382,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3441,7 +3441,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3481,7 +3481,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pciQuestionnaireIds\" : [ \"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\" ]\n}",
|
||||
"body" : "{\n \"pciQuestionnaireIds\": [\"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3500,7 +3500,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Legal Entity Management API (v3)",
|
||||
"name": "Legal Entity Management API",
|
||||
"description": {
|
||||
"content": "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\n-H \"Content-Type: application/json\" \\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws_123456@Scope.Company_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\n-H \"Content-Type: application/json\" \\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v3/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v3`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -42,7 +42,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -74,7 +74,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -99,7 +99,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -150,7 +150,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -182,7 +182,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -207,7 +207,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\",\n \"individual\" : {\n \"residentialAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"phone\" : {\n \"number\" : \"+14153671502\",\n \"type\" : \"mobile\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"email\" : \"s.eller@example.com\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"individual\",\n \"individual\": {\n \"residentialAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"phone\": {\n \"number\": \"+14153671502\",\n \"type\": \"mobile\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"email\": \"s.eller@example.com\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -258,7 +258,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -290,7 +290,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000002\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"signatory\"\n } ],\n \"organization\" : {\n \"email\" : \"organization@example.com\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"legalName\" : \"Explorer Company based in NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000002\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000002\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"name\": \"Simone Hopper\",\n \"type\": \"signatory\"\n}],\n \"organization\": {\n \"email\": \"organization@example.com\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"legalName\": \"Explorer Company based in NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000002\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -315,7 +315,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in NL\",\n \"doingBusinessAs\" : \"API Company Trading\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"34179503\",\n \"email\" : \"organization@example.com\"\n },\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"signatory\"\n } ]\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in NL\",\n \"doingBusinessAs\": \"API Company Trading\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"34179503\",\n \"email\": \"organization@example.com\"\n},\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"signatory\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -366,7 +366,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -398,7 +398,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n },\n \"type\" : \"privateCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n},\n \"type\": \"privateCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -423,7 +423,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"organization\",\n \"organization\" : {\n \"legalName\" : \"Explorer Company based in US\",\n \"registrationNumber\" : \"101002749\",\n \"type\" : \"privateCompany\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"organization\",\n \"organization\": {\n \"legalName\": \"Explorer Company based in US\",\n \"registrationNumber\": \"101002749\",\n \"type\": \"privateCompany\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -474,7 +474,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -506,7 +506,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -531,7 +531,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\" : \"NL\",\n \"registeredAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Seller Sole Trader\",\n \"countryOfGoverningLaw\": \"NL\",\n \"registeredAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -582,7 +582,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -614,7 +614,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n },\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n},\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -639,7 +639,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"soleProprietorship\",\n \"soleProprietorship\" : {\n \"name\" : \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\" : \"US\",\n \"registeredAddress\" : {\n \"city\" : \"New York\",\n \"country\" : \"US\",\n \"postalCode\" : \"10003\",\n \"stateOrProvince\" : \"NY\",\n \"street\" : \"71 5th Avenue\",\n \"street2\" : \"11th floor\"\n }\n }\n}",
|
||||
"raw": "{\n \"type\": \"soleProprietorship\",\n \"soleProprietorship\": {\n \"name\": \"Shelly Eller Sole Trader\",\n \"countryOfGoverningLaw\": \"US\",\n \"registeredAddress\": {\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postalCode\": \"10003\",\n \"stateOrProvince\": \"NY\",\n \"street\": \"71 5th Avenue\",\n \"street2\": \"11th floor\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -690,7 +690,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"trust\",\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678123\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n }\n}",
|
||||
"raw": "{\n \"type\": \"trust\",\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678123\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -722,7 +722,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"trust\" : {\n \"countryOfGoverningLaw\" : \"AU\",\n \"doingBusinessAs\" : \"West's Store\",\n \"name\" : \"Example Trust\",\n \"registeredAddress\" : {\n \"city\" : \"Sydney\",\n \"country\" : \"AU\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"street\" : \"Winfield Avenue\"\n },\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"number\" : \"12345678901\",\n \"type\" : \"ABN\"\n } ],\n \"type\" : \"fixedUnitTrust\",\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\",\n \"reference\" : \"SE322KH223222J5HJ6JRB75HQ\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE322KH223222J5HJ6JRB75C5\"\n}",
|
||||
"body" : "{\n \"trust\": {\n \"countryOfGoverningLaw\": \"AU\",\n \"doingBusinessAs\": \"West's Store\",\n \"name\": \"Example Trust\",\n \"registeredAddress\": {\n \"city\": \"Sydney\",\n \"country\": \"AU\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"street\": \"Winfield Avenue\"\n},\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"number\": \"12345678901\",\n \"type\": \"ABN\"\n}],\n \"type\": \"fixedUnitTrust\",\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\",\n \"reference\": \"SE322KH223222J5HJ6JRB75HQ\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE322KH223222J5HJ6JRB75C5\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -747,7 +747,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"trust\",\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678123\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n }\n}",
|
||||
"raw": "{\n \"type\": \"trust\",\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678123\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -855,7 +855,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -893,7 +893,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"individual\" : {\n \"name\" : {\n \"firstName\" : \"Explorer\",\n \"lastName\" : \"Company based in US\"\n },\n \"residentialAddress\" : {\n \"country\" : \"US\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"individual\": {\n \"name\": {\n \"firstName\": \"Explorer\",\n \"lastName\": \"Company based in US\"\n},\n \"residentialAddress\": {\n \"country\": \"US\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -918,7 +918,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"individual\"\n}",
|
||||
"raw": "{\n \"type\": \"individual\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -975,7 +975,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1013,7 +1013,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"entityType\" : \"individual\",\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"uboThroughControl\"\n } ],\n \"organization\" : {\n \"email\" : \"john.doe@adyen.com\",\n \"phone\" : {\n \"number\" : \"646467363\",\n \"type\" : \"mobile\"\n },\n \"description\" : \"FinTech\",\n \"doingBusinessAs\" : \"Adyen BV\",\n \"legalName\" : \"Adyen BV\",\n \"registeredAddress\" : {\n \"city\" : \"AMS\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1234EE\",\n \"stateOrProvince\" : \"NH\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n },\n \"registrationNumber\" : \"\",\n \"stockData\" : {\n \"marketIdentifier\" : \"ADYN\",\n \"stockNumber\" : \"NL012345ABC4\",\n \"tickerSymbol\" : \"ADYN.M\"\n },\n \"type\" : \"listedPublicCompany\"\n },\n \"type\" : \"organization\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"entityType\": \"individual\",\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"name\": \"Simone Hopper\",\n \"type\": \"uboThroughControl\"\n}],\n \"organization\": {\n \"email\": \"john.doe@adyen.com\",\n \"phone\": {\n \"number\": \"646467363\",\n \"type\": \"mobile\"\n},\n \"description\": \"FinTech\",\n \"doingBusinessAs\": \"Adyen BV\",\n \"legalName\": \"Adyen BV\",\n \"registeredAddress\": {\n \"city\": \"AMS\",\n \"country\": \"NL\",\n \"postalCode\": \"1234EE\",\n \"stateOrProvince\": \"NH\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n},\n \"registrationNumber\": \"\",\n \"stockData\": {\n \"marketIdentifier\": \"ADYN\",\n \"stockNumber\": \"NL012345ABC4\",\n \"tickerSymbol\": \"ADYN.M\"\n},\n \"type\": \"listedPublicCompany\"\n},\n \"type\": \"organization\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1038,7 +1038,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"jobTitle\" : \"CEO\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"uboThroughControl\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"jobTitle\": \"CEO\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"uboThroughControl\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1095,7 +1095,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1133,7 +1133,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"entityType\" : \"soleProprietorship\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ],\n \"individual\" : {\n \"email\" : \"s.eller@example.com\",\n \"birthData\" : {\n \"dateOfBirth\" : \"1990-06-21\"\n },\n \"name\" : {\n \"firstName\" : \"Shelly\",\n \"lastName\" : \"Eller\"\n },\n \"residentialAddress\" : {\n \"city\" : \"Amsterdam\",\n \"country\" : \"NL\",\n \"postalCode\" : \"1011DJ\",\n \"street\" : \"Simon Carmiggeltstraat 6 - 50\"\n }\n },\n \"type\" : \"individual\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"entityType\": \"soleProprietorship\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}],\n \"individual\": {\n \"email\": \"s.eller@example.com\",\n \"birthData\": {\n \"dateOfBirth\": \"1990-06-21\"\n},\n \"name\": {\n \"firstName\": \"Shelly\",\n \"lastName\": \"Eller\"\n},\n \"residentialAddress\": {\n \"city\": \"Amsterdam\",\n \"country\": \"NL\",\n \"postalCode\": \"1011DJ\",\n \"street\": \"Simon Carmiggeltstraat 6 - 50\"\n}\n},\n \"type\": \"individual\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1158,7 +1158,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"soleProprietorship\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"soleProprietorship\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1215,7 +1215,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"protector\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"protector\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1253,7 +1253,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"name\" : \"Simone Hopper\",\n \"type\" : \"protector\"\n } ],\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678901\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"name\": \"Simone Hopper\",\n \"type\": \"protector\"\n}],\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678901\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1278,7 +1278,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"protector\"\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"protector\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1335,7 +1335,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1373,7 +1373,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"entityAssociations\" : [ {\n \"associatorId\" : \"LE00000000000000000000001\",\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ],\n \"trust\" : {\n \"name\" : \"Example Trust\",\n \"type\" : \"fixedUnitTrust\",\n \"doingBusinessAs\" : \"West's Store\",\n \"countryOfGoverningLaw\" : \"AU\",\n \"taxInformation\" : [ {\n \"country\" : \"AU\",\n \"type\" : \"ABN\",\n \"number\" : \"12345678901\"\n } ],\n \"registeredAddress\" : {\n \"street\" : \"Winfield Avenue\",\n \"city\" : \"Sydney\",\n \"postalCode\" : \"1197\",\n \"stateOrProvince\" : \"NSW\",\n \"country\" : \"AU\"\n },\n \"undefinedBeneficiaryInfo\" : [ {\n \"description\" : \"My future children\"\n } ]\n },\n \"type\" : \"trust\",\n \"id\" : \"LE00000000000000000000001\"\n}",
|
||||
"body" : "{\n \"entityAssociations\": [{\n \"associatorId\": \"LE00000000000000000000001\",\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}],\n \"trust\": {\n \"name\": \"Example Trust\",\n \"type\": \"fixedUnitTrust\",\n \"doingBusinessAs\": \"West's Store\",\n \"countryOfGoverningLaw\": \"AU\",\n \"taxInformation\": [{\n \"country\": \"AU\",\n \"type\": \"ABN\",\n \"number\": \"12345678901\"\n}],\n \"registeredAddress\": {\n \"street\": \"Winfield Avenue\",\n \"city\": \"Sydney\",\n \"postalCode\": \"1197\",\n \"stateOrProvince\": \"NSW\",\n \"country\": \"AU\"\n},\n \"undefinedBeneficiaryInfo\": [{\n \"description\": \"My future children\"\n}]\n},\n \"type\": \"trust\",\n \"id\": \"LE00000000000000000000001\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -1398,7 +1398,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"entityAssociations\" : [ {\n \"legalEntityId\" : \"LE00000000000000000000002\",\n \"type\" : \"settlor\",\n \"entityType\" : \"individual\",\n \"settlorExemptionReason\" : [ \"deceased\", \"professionalServiceProvider\" ]\n } ]\n}",
|
||||
"raw": "{\n \"entityAssociations\": [{\n \"legalEntityId\": \"LE00000000000000000000002\",\n \"type\": \"settlor\",\n \"entityType\": \"individual\",\n \"settlorExemptionReason\": [\"deceased\", \"professionalServiceProvider\"]\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1616,7 +1616,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1655,7 +1655,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"url\" : \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"body" : "{\n \"url\": \"https://balanceplatform-test.adyen.com/balanceplatform/uo/form/xtl-...?signature=..&cd=..&redirectUrl=https%3A%2F%2Fyour.redirect-url.com%2F&expiry=1667226404807&locale=nl-NL\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1674,7 +1674,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"themeId\" : \"YOUR_THEME_ID\",\n \"redirectUrl\" : \"https://your.redirect-url.com/\",\n \"locale\" : \"nl-NL\"\n}",
|
||||
"raw": "{\n \"themeId\": \"YOUR_THEME_ID\",\n \"redirectUrl\": \"https://your.redirect-url.com/\",\n \"locale\": \"nl-NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1833,7 +1833,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"service\" : \"banking\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"service\": \"banking\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1865,7 +1865,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"industryCode\" : \"4531\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"service\" : \"banking\",\n \"sourceOfFunds\" : {\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\",\n \"type\" : \"business\"\n },\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\",\n \"webAddressId\" : \"SE322JV223222F5H4CQGS77V4\"\n } ],\n \"id\" : \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"body" : "{\n \"industryCode\": \"4531\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"service\": \"banking\",\n \"sourceOfFunds\": {\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\",\n \"type\": \"business\"\n},\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\",\n \"webAddressId\": \"SE322JV223222F5H4CQGS77V4\"\n}],\n \"id\": \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1884,7 +1884,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"service\" : \"banking\",\n \"industryCode\" : \"4531\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.adyen.com\"\n } ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"type\" : \"business\",\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\"\n }\n}",
|
||||
"raw": "{\n \"service\": \"banking\",\n \"industryCode\": \"4531\",\n \"webData\": [{\n \"webAddress\": \"https://www.adyen.com\"\n}],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"type\": \"business\",\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1929,7 +1929,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"service\" : \"paymentProcessing\",\n \"industryCode\" : \"339E\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\"\n } ]\n}",
|
||||
"raw": "{\n \"service\": \"paymentProcessing\",\n \"industryCode\": \"339E\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1961,7 +1961,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"service\" : \"paymentProcessing\",\n \"industryCode\" : \"339E\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\",\n \"webAddressId\" : \"SE654AC923222F5H4CQGS77V4\"\n } ],\n \"id\" : \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"body" : "{\n \"service\": \"paymentProcessing\",\n \"industryCode\": \"339E\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\",\n \"webAddressId\": \"SE654AC923222F5H4CQGS77V4\"\n}],\n \"id\": \"SE322KT223222D5FJ7TJN2986\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1980,7 +1980,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"service\" : \"paymentProcessing\",\n \"industryCode\" : \"339E\",\n \"salesChannels\" : [ \"eCommerce\", \"ecomMoto\" ],\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"webData\" : [ {\n \"webAddress\" : \"https://yoururl.com\"\n } ]\n}",
|
||||
"raw": "{\n \"service\": \"paymentProcessing\",\n \"industryCode\": \"339E\",\n \"salesChannels\": [\"eCommerce\", \"ecomMoto\"],\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"webData\": [{\n \"webAddress\": \"https://yoururl.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2133,7 +2133,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"industryCode\" : \"55\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\"\n } ]\n}",
|
||||
"raw": "{\n \"industryCode\": \"55\",\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2171,7 +2171,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"service\" : \"banking\",\n \"industryCode\" : \"55\",\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"sourceOfFunds\" : {\n \"adyenProcessedFunds\" : false,\n \"description\" : \"Funds from my flower shop business\",\n \"type\" : \"business\"\n },\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\",\n \"webAddressId\" : \"SE966LI345672J5H8V87B3FGH\"\n } ],\n \"id\" : \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"body" : "{\n \"service\": \"banking\",\n \"industryCode\": \"55\",\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"sourceOfFunds\": {\n \"adyenProcessedFunds\": false,\n \"description\": \"Funds from my flower shop business\",\n \"type\": \"business\"\n},\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\",\n \"webAddressId\": \"SE966LI345672J5H8V87B3FGH\"\n}],\n \"id\": \"SE322JV223222F5GVGMLNB83F\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2190,7 +2190,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"industryCode\" : \"55\",\n \"webData\" : [ {\n \"webAddress\" : \"https://www.example.com\"\n } ]\n}",
|
||||
"raw": "{\n \"industryCode\": \"55\",\n \"webData\": [{\n \"webAddress\": \"https://www.example.com\"\n}]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2258,7 +2258,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2290,7 +2290,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"fileName\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"fileName\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2315,7 +2315,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"registrationDocument\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Registration doc for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n }\n}",
|
||||
"raw": "{\n \"type\": \"registrationDocument\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Registration doc for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2480,7 +2480,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2518,7 +2518,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"type\" : \"proofOfIndustry\",\n \"attachments\" : [ {\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n } ],\n \"description\" : \"Proof of industry for Example Company\",\n \"fileName\" : \"Proof of industry for Example Company\",\n \"owner\" : {\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"legalEntity\"\n },\n \"id\" : \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"body" : "{\n \"type\": \"proofOfIndustry\",\n \"attachments\": [{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\"\n}],\n \"description\": \"Proof of industry for Example Company\",\n \"fileName\": \"Proof of industry for Example Company\",\n \"owner\": {\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"legalEntity\"\n},\n \"id\": \"SE322JV223222F5GV2N9L8GDK\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2543,7 +2543,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"proofOfIndustry\",\n \"description\" : \"Proof of industry doc for Example Company\"\n}",
|
||||
"raw": "{\n \"type\": \"proofOfIndustry\",\n \"description\": \"Proof of industry doc for Example Company\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2605,7 +2605,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2644,7 +2644,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"LE00000000000000000000001\",\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\",\n \"document\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\" : \"abc123\"\n}",
|
||||
"body" : "{\n \"id\": \"LE00000000000000000000001\",\n \"type\": \"adyenIssuing\",\n \"language\": \"en\",\n \"document\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"termsOfServiceDocumentId\": \"abc123\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -2663,7 +2663,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"type\" : \"adyenIssuing\",\n \"language\" : \"en\"\n}",
|
||||
"raw": "{\n \"type\": \"adyenIssuing\",\n \"language\": \"en\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2721,7 +2721,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2766,7 +2766,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"acceptedBy\" : \"LE00000000000000000000002\",\n \"id\" : \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\" : \"en\",\n \"termsOfServiceDocumentId\" : \"abc123\",\n \"type\" : \"adyenIssuing\"\n}",
|
||||
"body" : "{\n \"acceptedBy\": \"LE00000000000000000000002\",\n \"id\": \"TOSA000AB00000000B2AAAB2BA0AA0\",\n \"language\": \"en\",\n \"termsOfServiceDocumentId\": \"abc123\",\n \"type\": \"adyenIssuing\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -2785,7 +2785,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"acceptedBy\" : \"LE00000000000000000000002\"\n}",
|
||||
"raw": "{\n \"acceptedBy\": \"LE00000000000000000000002\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2964,7 +2964,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -2996,7 +2996,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL62ABNA0000000123\"\n },\n \"countryCode\" : \"NL\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"capabilities\" : {\n \"sendToTransferInstrument\" : {\n \"allowed\" : false,\n \"requested\" : true,\n \"verificationStatus\" : \"pending\"\n }\n },\n \"id\" : \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL62ABNA0000000123\"\n},\n \"countryCode\": \"NL\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"capabilities\": {\n \"sendToTransferInstrument\": {\n \"allowed\": false,\n \"requested\": true,\n \"verificationStatus\": \"pending\"\n}\n},\n \"id\": \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3021,7 +3021,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL62ABNA0000000123\"\n }\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL62ABNA0000000123\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3072,7 +3072,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"0000000123\",\n \"routingNumber\" : \"121202211\"\n }\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"0000000123\",\n \"routingNumber\": \"121202211\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3104,7 +3104,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"0000000123\",\n \"accountType\" : \"checking\",\n \"routingNumber\" : \"121202211\"\n },\n \"countryCode\" : \"US\",\n \"trustedSource\" : false\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"capabilities\" : {\n \"sendToTransferInstrument\" : {\n \"allowed\" : false,\n \"requested\" : true,\n \"verificationStatus\" : \"pending\"\n }\n },\n \"id\" : \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"0000000123\",\n \"accountType\": \"checking\",\n \"routingNumber\": \"121202211\"\n},\n \"countryCode\": \"US\",\n \"trustedSource\": false\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"capabilities\": {\n \"sendToTransferInstrument\": {\n \"allowed\": false,\n \"requested\": true,\n \"verificationStatus\": \"pending\"\n}\n},\n \"id\": \"SE322JV223222F5GJVKHH8DTC\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3129,7 +3129,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"0000000123\",\n \"routingNumber\" : \"121202211\"\n }\n }\n}",
|
||||
"raw": "{\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"0000000123\",\n \"routingNumber\": \"121202211\"\n}\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3288,7 +3288,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL02ABNA0123456789\"\n }\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL02ABNA0123456789\"\n}\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3326,7 +3326,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL02ABNA0123456789\"\n },\n \"countryCode\" : \"NL\"\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\",\n \"id\" : \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"body" : "{\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL02ABNA0123456789\"\n},\n \"countryCode\": \"NL\"\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\",\n \"id\": \"SE322KH223222F5GXZFNM3BGP\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "PATCH",
|
||||
"header": [
|
||||
@@ -3351,7 +3351,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL02ABNA0123456789\"\n }\n },\n \"legalEntityId\" : \"LE00000000000000000000001\",\n \"type\" : \"bankAccount\"\n}",
|
||||
"raw": "{\n \"bankAccount\": {\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL02ABNA0123456789\"\n}\n},\n \"legalEntityId\": \"LE00000000000000000000001\",\n \"type\": \"bankAccount\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3523,7 +3523,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3563,7 +3563,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"content\" : \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\" : \"fr\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"body" : "{\n \"content\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBv+f/ub0j6JPRX+E3EmC==\",\n \"language\": \"fr\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3582,7 +3582,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"language\" : \"fr\"\n}",
|
||||
"raw": "{\n \"language\": \"fr\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3641,7 +3641,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -3681,7 +3681,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pciQuestionnaireIds\" : [ \"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\" ]\n}",
|
||||
"body" : "{\n \"pciQuestionnaireIds\": [\"PCID422GZ22322565HHMH48CW63CPH\", \"PCID422GZ22322565HHMH49CW75Z9H\"]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -3700,7 +3700,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"signedBy\" : \"LE00000000000000000000002\",\n \"pciTemplateReferences\" : [ \"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\" ]\n}",
|
||||
"raw": "{\n \"signedBy\": \"LE00000000000000000000002\",\n \"pciTemplateReferences\": [\"PCIT-T7KC6VGL\", \"PCIT-PKB6DKS4\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v30)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v30/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v30/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v40)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v40/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v40/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v50)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v50/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v50/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v51)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v51/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v51/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v52)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v52/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v52/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v64)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v64/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v64/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v67)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v67/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v67/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Payout API (v68)",
|
||||
"name": "Adyen Payout API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).\n\nThe following example shows how to authenticate your request with basic authentication when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v68/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v68/payout\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894326362D\",\n \"recurringDetailReference\" : \"9916178936754752\",\n \"resultCode\" : \"Success\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894326362D\",\n \"recurringDetailReference\": \"9916178936754752\",\n \"resultCode\": \"Success\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"bank\" : {\n \"bankName\" : \"AbnAmro\",\n \"bic\" : \"ABNANL2A\",\n \"countryCode\" : \"NL\",\n \"iban\" : \"NL32ABNA0515071439\",\n \"ownerName\" : \"Adyen\",\n \"bankCity\" : \"Amsterdam\",\n \"taxId\" : \"bankTaxId\"\n },\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"17\",\n \"street\" : \"Teststreet 1\",\n \"city\" : \"Amsterdam\",\n \"stateOrProvince\" : \"NY\",\n \"country\" : \"US\",\n \"postalCode\" : \"12345\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"bank\": {\n \"bankName\": \"AbnAmro\",\n \"bic\": \"ABNANL2A\",\n \"countryCode\": \"NL\",\n \"iban\": \"NL32ABNA0515071439\",\n \"ownerName\": \"Adyen\",\n \"bankCity\": \"Amsterdam\",\n \"taxId\": \"bankTaxId\"\n},\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"billingAddress\": {\n \"houseNumberOrName\": \"17\",\n \"street\": \"Teststreet 1\",\n \"city\": \"Amsterdam\",\n \"stateOrProvince\": \"NY\",\n \"country\": \"US\",\n \"postalCode\": \"12345\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"amount\" : {\n \"value\" : 2000,\n \"currency\" : \"EUR\"\n },\n \"bank\" : {\n \"bankName\" : \"Commerzbank\",\n \"iban\" : \"DE87123456781234567890\",\n \"countryCode\" : \"DE\",\n \"ownerName\" : \"Simon Hopper\"\n },\n \"reference\" : \"Your Reference\",\n \"shopperEmail\" : \"s.hopper@test.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"amount\": {\n \"value\": 2000,\n \"currency\": \"EUR\"\n},\n \"bank\": {\n \"bankName\": \"Commerzbank\",\n \"iban\": \"DE87123456781234567890\",\n \"countryCode\": \"DE\",\n \"ownerName\": \"Simon Hopper\"\n},\n \"reference\": \"Your Reference\",\n \"shopperEmail\": \"s.hopper@test.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"neteller\",\n \"additionalData\" : {\n \"tokenDataType\" : \"Neteller\",\n \"account\" : \"myNetellerAccount\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"neteller\",\n \"additionalData\": {\n \"tokenDataType\": \"Neteller\",\n \"account\": \"myNetellerAccount\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1750\n },\n \"selectedBrand\" : \"paypal\",\n \"additionalData\" : {\n \"tokenDataType\" : \"PayPal\",\n \"emailId\" : \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\" : \"AK5HCWWRUV2KL\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1750\n},\n \"selectedBrand\": \"paypal\",\n \"additionalData\": {\n \"tokenDataType\": \"PayPal\",\n \"emailId\": \"EmailUsedForPayPalAccount@example.com\",\n \"paypal.payerId\": \"AK5HCWWRUV2KL\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -273,7 +273,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"selectedBrand\" : \"paysafecard\",\n \"additionalData\" : {\n \"emailId\" : \"EmailUsedForPaysafecardAccount@example.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"selectedBrand\": \"paysafecard\",\n \"additionalData\": {\n \"emailId\": \"EmailUsedForPaysafecardAccount@example.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -318,7 +318,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 100\n },\n \"selectedBrand\" : \"moneybookers\",\n \"additionalData\" : {\n \"tokenDataType\" : \"MoneyBookers\",\n \"email\" : \"name@adyen.com\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Test\",\n \"lastName\" : \"Test2\"\n },\n \"dateOfBirth\" : \"1982-07-17\",\n \"entityType\" : \"NaturalPerson\",\n \"nationality\" : \"NL\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"Test Payout\",\n \"shopperEmail\" : \"test@company.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 100\n},\n \"selectedBrand\": \"moneybookers\",\n \"additionalData\": {\n \"tokenDataType\": \"MoneyBookers\",\n \"email\": \"name@adyen.com\"\n},\n \"shopperName\": {\n \"firstName\": \"Test\",\n \"lastName\": \"Test2\"\n},\n \"dateOfBirth\": \"1982-07-17\",\n \"entityType\": \"NaturalPerson\",\n \"nationality\": \"NL\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"Test Payout\",\n \"shopperEmail\": \"test@company.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -369,7 +369,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\" : {\n \"contract\" : \"PAYOUT\"\n },\n \"reference\" : \"PayoutPayment-0001\",\n \"shopperEmail\" : \"shopper@email.com\",\n \"shopperReference\" : \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\" : {\n \"firstName\" : \"Adyen\",\n \"lastName\" : \"Test\"\n },\n \"dateOfBirth\" : \"1990-01-01\",\n \"entityType\" : \"Company\",\n \"nationality\" : \"NL\",\n \"selectedRecurringDetailReference\" : \"LATEST\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"recurring\": {\n \"contract\": \"PAYOUT\"\n},\n \"reference\": \"PayoutPayment-0001\",\n \"shopperEmail\": \"shopper@email.com\",\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"shopperName\": {\n \"firstName\": \"Adyen\",\n \"lastName\": \"Test\"\n},\n \"dateOfBirth\": \"1990-01-01\",\n \"entityType\": \"Company\",\n \"nationality\": \"NL\",\n \"selectedRecurringDetailReference\": \"LATEST\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -425,7 +425,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -470,7 +470,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 2500,\n \"currency\" : \"USD\"\n },\n \"card\" : {\n \"number\" : \"4111111111111111\",\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"John Smith\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"fundSource\" : {\n \"additionalData\" : {\n \"fundingSource\" : \"DEBIT\"\n },\n \"billingAddress\" : {\n \"houseNumberOrName\" : \"121\",\n \"street\" : \"Brannan Street\",\n \"city\" : \"Beverly Hills\",\n \"postalCode\" : \"90210\",\n \"stateOrProvince\" : \"CA\",\n \"country\" : \"US\"\n },\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Payer Name\",\n \"number\" : \"4400000000000008\"\n },\n \"shopperName\" : {\n \"firstName\" : \"Payer\",\n \"lastName\" : \"Name\"\n }\n },\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"P9999999999999999\",\n \"shopperName\" : {\n \"firstName\" : \"John\",\n \"lastName\" : \"Smith\"\n }\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 2500,\n \"currency\": \"USD\"\n},\n \"card\": {\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"fundSource\": {\n \"additionalData\": {\n \"fundingSource\": \"DEBIT\"\n},\n \"billingAddress\": {\n \"houseNumberOrName\": \"121\",\n \"street\": \"Brannan Street\",\n \"city\": \"Beverly Hills\",\n \"postalCode\": \"90210\",\n \"stateOrProvince\": \"CA\",\n \"country\": \"US\"\n},\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Payer Name\",\n \"number\": \"4400000000000008\"\n},\n \"shopperName\": {\n \"firstName\": \"Payer\",\n \"lastName\": \"Name\"\n}\n},\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"P9999999999999999\",\n \"shopperName\": {\n \"firstName\": \"John\",\n \"lastName\": \"Smith\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -526,7 +526,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -558,7 +558,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325358C\",\n \"response\" : \"[payout-confirm-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325358C\",\n \"response\": \"[payout-confirm-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -577,7 +577,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -628,7 +628,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -660,7 +660,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"pspReference\" : \"991617894325360J\",\n \"response\" : \"[payout-decline-received]\"\n}",
|
||||
"body" : "{\n \"pspReference\": \"991617894325360J\",\n \"response\": \"[payout-decline-received]\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -679,7 +679,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\" : \"9913140798220028\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"originalReference\": \"9913140798220028\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v25)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v25/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v25/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v30)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v30/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v30/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -285,7 +285,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v40)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v40/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v40/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -221,7 +221,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -291,7 +291,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -336,7 +336,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v49)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v49/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v49/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -138,7 +138,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -221,7 +221,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -291,7 +291,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -336,7 +336,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v67)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v67/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v67/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -272,7 +272,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -291,7 +291,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -342,7 +342,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -387,7 +387,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Recurring API (v68)",
|
||||
"name": "Adyen Recurring API",
|
||||
"description": {
|
||||
"content": "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\n-H \"Content-Type: application/json\" \\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v68/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v68/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"type": "text/markdown"
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\" : \"8314442372419167\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"recurringDetailReference\": \"8314442372419167\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -189,7 +189,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"recurring\" : {\n \"contract\" : \"RECURRING\"\n },\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"recurring\": {\n \"contract\": \"RECURRING\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -240,7 +240,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -272,7 +272,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"message\" : \"Request Processed Successfully\",\n \"resultCode\" : \"Success\",\n \"shopperNotificationReference\" : \"9915003646742627\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"pspReference\" : \"M5N7TQ4TG5PFWR50\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"body" : "{\n \"message\": \"Request Processed Successfully\",\n \"resultCode\": \"Success\",\n \"shopperNotificationReference\": \"9915003646742627\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"pspReference\": \"M5N7TQ4TG5PFWR50\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -291,7 +291,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\" : \"8415995487234100\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"amount\" : {\n \"currency\" : \"INR\",\n \"value\" : 1000\n },\n \"billingDate\" : \"2021-03-16\",\n \"reference\" : \"Example reference\",\n \"displayedReference\" : \"exampleDisplayedReference\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"storedPaymentMethodId\": \"8415995487234100\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"amount\": {\n \"currency\": \"INR\",\n \"value\": 1000\n},\n \"billingDate\": \"2021-03-16\",\n \"reference\": \"Example reference\",\n \"displayedReference\": \"exampleDisplayedReference\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -342,7 +342,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"card\" : {\n \"expiryMonth\" : \"03\",\n \"expiryYear\" : \"2030\",\n \"holderName\" : \"Adyen Test\",\n \"number\" : \"4111111111111111\"\n }\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"card\": {\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"Adyen Test\",\n \"number\": \"4111111111111111\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -387,7 +387,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\" : \"{{$guid}}\",\n \"shopperReference\" : \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\" : \"8814232895168272\"\n}",
|
||||
"raw": "{\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"reference\": \"{{$guid}}\",\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"selectedRecurringDetailReference\": \"8814232895168272\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Stored Value API (v46)",
|
||||
"name": "Adyen Stored Value API",
|
||||
"description": {
|
||||
"content": "A set of API endpoints to manage stored value products.",
|
||||
"type": "text/markdown"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Adyen Test Cards API (v1)",
|
||||
"name": "Adyen Test Cards API",
|
||||
"description": {
|
||||
"content": "The Test Cards API provides endpoints for generating custom test card numbers. For more information, refer to [Custom test cards](https://docs.adyen.com/development-resources/testing/create-test-cards) documentation.",
|
||||
"type": "text/markdown"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "POS Terminal Management API (v1)",
|
||||
"name": "POS Terminal Management API",
|
||||
"description": {
|
||||
"content": "This API provides endpoints for managing your point-of-sale (POS) payment terminals. You can use the API to obtain information about a specific terminal, retrieve overviews of your terminals and stores, and assign terminals to a merchant account or store.\n\nFor more information, refer to [Assign terminals](https://docs.adyen.com/point-of-sale/automating-terminal-management/assign-terminals-api).\n\n## Authentication\nEach request to the Terminal Management API must be signed with an API key. For this, obtain an API Key from your Customer Area, as described in [How to get the API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). Then set this key to the `X-API-Key` header value, for example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: Your_API_key\" \\n...\n```\nNote that when going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nTerminal Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://postfmapi-test.adyen.com/postfmapi/terminal/v1/getTerminalsUnderAccount\n```\nWhen using versioned endpoints, Boolean response values are returned in string format: `\"true\"` or `\"false\"`.\nIf you omit the version from the endpoint URL, Boolean response values are returned like this: `true` or `false`.",
|
||||
"type": "text/markdown"
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"results\" : {\n \"P400Plus-275479597\" : \"RemoveConfigScheduled\"\n }\n}",
|
||||
"body" : "{\n \"results\": {\n \"P400Plus-275479597\": \"RemoveConfigScheduled\"\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -132,7 +132,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantInventory\" : true,\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantInventory\": true,\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -164,7 +164,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"results\" : {\n \"P400Plus-275479597\" : \"RemoveConfigScheduled\"\n }\n}",
|
||||
"body" : "{\n \"results\": {\n \"P400Plus-275479597\": \"RemoveConfigScheduled\"\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -183,7 +183,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantInventory\" : true,\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"merchantInventory\": true,\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -228,7 +228,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\" : \"YOUR_STORE\",\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\": \"YOUR_STORE\",\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -260,7 +260,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"results\" : {\n \"P400Plus-275479597\" : \"RemoveConfigScheduled\"\n }\n}",
|
||||
"body" : "{\n \"results\": {\n \"P400Plus-275479597\": \"RemoveConfigScheduled\"\n}\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -279,7 +279,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\" : \"YOUR_STORE\",\n \"terminals\" : [ \"P400Plus-275479597\" ]\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\": \"YOUR_STORE\",\n \"terminals\": [\"P400Plus-275479597\"]\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -330,7 +330,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"terminal\" : \"M400-401972715\"\n}",
|
||||
"raw": "{\n \"terminal\": \"M400-401972715\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -362,7 +362,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"companyAccount\" : \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\",\n \"merchantInventory\" : false,\n \"store\" : \"YOUR_STORE\",\n \"terminal\" : \"M400-401972715\"\n}",
|
||||
"body" : "{\n \"companyAccount\": \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\",\n \"merchantInventory\": false,\n \"store\": \"YOUR_STORE\",\n \"terminal\": \"M400-401972715\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -381,7 +381,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"terminal\" : \"M400-401972715\"\n}",
|
||||
"raw": "{\n \"terminal\": \"M400-401972715\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -432,7 +432,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -464,7 +464,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"stores\" : [ {\n \"store\" : \"YOUR_STORE\",\n \"description\" : \"YOUR_STORE\",\n \"address\" : {\n \"city\" : \"The City\",\n \"countryCode\" : \"NL\",\n \"postalCode\" : \"1234\",\n \"streetAddress\" : \"The Street\"\n },\n \"status\" : \"Active\",\n \"merchantAccountCode\" : \"YOUR_MERCHANT_ACCOUNT\"\n } ]\n}",
|
||||
"body" : "{\n \"stores\": [{\n \"store\": \"YOUR_STORE\",\n \"description\": \"YOUR_STORE\",\n \"address\": {\n \"city\": \"The City\",\n \"countryCode\": \"NL\",\n \"postalCode\": \"1234\",\n \"streetAddress\": \"The Street\"\n},\n \"status\": \"Active\",\n \"merchantAccountCode\": \"YOUR_MERCHANT_ACCOUNT\"\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -483,7 +483,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -528,7 +528,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -560,7 +560,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"stores\" : [ {\n \"store\" : \"YOUR_STORE\",\n \"description\" : \"YOUR_STORE\",\n \"address\" : {\n \"city\" : \"The City\",\n \"countryCode\" : \"NL\",\n \"postalCode\" : \"1234\",\n \"streetAddress\" : \"The Street\"\n },\n \"status\" : \"Active\",\n \"merchantAccountCode\" : \"YOUR_MERCHANT_ACCOUNT\"\n } ]\n}",
|
||||
"body" : "{\n \"stores\": [{\n \"store\": \"YOUR_STORE\",\n \"description\": \"YOUR_STORE\",\n \"address\": {\n \"city\": \"The City\",\n \"countryCode\": \"NL\",\n \"postalCode\": \"1234\",\n \"streetAddress\": \"The Street\"\n},\n \"status\": \"Active\",\n \"merchantAccountCode\": \"YOUR_MERCHANT_ACCOUNT\"\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -579,7 +579,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -630,7 +630,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"terminal\" : \"M400-401972715\"\n}",
|
||||
"raw": "{\n \"terminal\": \"M400-401972715\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -662,7 +662,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"companyAccount\" : \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\",\n \"merchantInventory\" : false,\n \"store\" : \"YOUR_STORE\",\n \"terminal\" : \"M400-401972715\",\n \"deviceModel\" : \"M400\",\n \"serialNumber\" : \"401-972-715\",\n \"permanentTerminalId\" : \"88912016\",\n \"terminalStatus\" : \"SwitchedOff\",\n \"firmwareVersion\" : \"Verifone_VOS 1.57.6\",\n \"country\" : \"NETHERLANDS\",\n \"storeDetails\" : {\n \"store\" : \"YOUR_STORE\",\n \"description\" : \"TestStore\",\n \"address\" : {\n \"city\" : \"The City\",\n \"countryCode\" : \"NL\",\n \"postalCode\" : \"1234\",\n \"streetAddress\" : \"The Street\"\n }\n },\n \"ethernetMac\" : \"60:c7:98:5a:69:cd\",\n \"ethernetIp\" : \"192.168.2.11\",\n \"wifiMac\" : \"c4:ac:59:47:f3:71\",\n \"wifiIp\" : \"192.168.2.12\",\n \"dhcpEnabled\" : false\n}",
|
||||
"body" : "{\n \"companyAccount\": \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\",\n \"merchantInventory\": false,\n \"store\": \"YOUR_STORE\",\n \"terminal\": \"M400-401972715\",\n \"deviceModel\": \"M400\",\n \"serialNumber\": \"401-972-715\",\n \"permanentTerminalId\": \"88912016\",\n \"terminalStatus\": \"SwitchedOff\",\n \"firmwareVersion\": \"Verifone_VOS 1.57.6\",\n \"country\": \"NETHERLANDS\",\n \"storeDetails\": {\n \"store\": \"YOUR_STORE\",\n \"description\": \"TestStore\",\n \"address\": {\n \"city\": \"The City\",\n \"countryCode\": \"NL\",\n \"postalCode\": \"1234\",\n \"streetAddress\": \"The Street\"\n}\n},\n \"ethernetMac\": \"60:c7:98:5a:69:cd\",\n \"ethernetIp\": \"192.168.2.11\",\n \"wifiMac\": \"c4:ac:59:47:f3:71\",\n \"wifiIp\": \"192.168.2.12\",\n \"dhcpEnabled\": false\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -681,7 +681,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"terminal\" : \"M400-401972715\"\n}",
|
||||
"raw": "{\n \"terminal\": \"M400-401972715\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -732,7 +732,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -764,7 +764,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"companyAccount\" : \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\" : [ {\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\",\n \"inStoreTerminals\" : [ \"P400Plus-275479597\" ],\n \"stores\" : [ {\n \"store\" : \"YOUR_STORE\",\n \"inStoreTerminals\" : [ \"M400-401972715\" ]\n } ]\n } ]\n}",
|
||||
"body" : "{\n \"companyAccount\": \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\": [{\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\",\n \"inStoreTerminals\": [\"P400Plus-275479597\"],\n \"stores\": [{\n \"store\": \"YOUR_STORE\",\n \"inStoreTerminals\": [\"M400-401972715\"]\n}]\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -783,7 +783,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -828,7 +828,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -860,7 +860,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"companyAccount\" : \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\" : [ {\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\",\n \"inStoreTerminals\" : [ \"P400Plus-275479597\" ],\n \"stores\" : [ {\n \"store\" : \"YOUR_STORE\",\n \"inStoreTerminals\" : [ \"M400-401972715\" ]\n } ]\n } ]\n}",
|
||||
"body" : "{\n \"companyAccount\": \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\": [{\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\",\n \"inStoreTerminals\": [\"P400Plus-275479597\"],\n \"stores\": [{\n \"store\": \"YOUR_STORE\",\n \"inStoreTerminals\": [\"M400-401972715\"]\n}]\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -879,7 +879,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -924,7 +924,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\" : \"YOUR_STORE\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\": \"YOUR_STORE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -956,7 +956,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"companyAccount\" : \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\" : [ {\n \"merchantAccount\" : \"YOUR_MERCHANT_ACCOUNT\",\n \"stores\" : [ {\n \"store\" : \"YOUR_STORE\",\n \"inStoreTerminals\" : [ \"M400-401972715\" ]\n } ]\n } ]\n}",
|
||||
"body" : "{\n \"companyAccount\": \"YOUR_COMPANY_ACCOUNT\",\n \"merchantAccounts\": [{\n \"merchantAccount\": \"YOUR_MERCHANT_ACCOUNT\",\n \"stores\": [{\n \"store\": \"YOUR_STORE\",\n \"inStoreTerminals\": [\"M400-401972715\"]\n}]\n}]\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -975,7 +975,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"companyAccount\" : \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\" : \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\" : \"YOUR_STORE\"\n}",
|
||||
"raw": "{\n \"companyAccount\": \"{{YOUR_COMPANY_ACCOUNT}}\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"store\": \"YOUR_STORE\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Transfers API (v1)",
|
||||
"name": "Transfers API",
|
||||
"description": {
|
||||
"content": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when [paying out to a transfer instrument](https://docs.adyen.com/marketplaces-and-platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/marketplaces-and-platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/transactions-api) and getting [grants and its outstanding balances](https://docs.adyen.com/marketplaces-and-platforms/capital#get-balances). \n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/btl/v1/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v1`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -191,7 +191,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -223,7 +223,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"resultCode\" : \"Authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"resultCode\": \"Authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -248,7 +248,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -299,7 +299,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -331,7 +331,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"resultCode\" : \"Authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"resultCode\": \"Authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -356,7 +356,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"source\" : {\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n },\n \"destination\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"source\": {\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\"\n},\n \"destination\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Transfers API (v2)",
|
||||
"name": "Transfers API",
|
||||
"description": {
|
||||
"content": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when [paying out to a transfer instrument](https://docs.adyen.com/marketplaces-and-platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/marketplaces-and-platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/transactions-api) and getting [grants and its outstanding balances](https://docs.adyen.com/marketplaces-and-platforms/capital#get-balances). \n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/btl/v2/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v2`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -191,7 +191,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"iban\" : \"NL13TEST0123456789\",\n \"ownerName\" : {\n \"fullName\" : \"A. Klaassen\"\n }\n }\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"bankAccount\": {\n \"iban\": \"NL13TEST0123456789\",\n \"ownerName\": {\n \"fullName\": \"A. Klaassen\"\n}\n}\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -223,7 +223,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"iban\" : \"NL13TEST0123456789\",\n \"ownerName\" : {\n \"fullName\" : \"A. Klaassen\"\n }\n }\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"bankAccount\": {\n \"iban\": \"NL13TEST0123456789\",\n \"ownerName\": {\n \"fullName\": \"A. Klaassen\"\n}\n}\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -248,7 +248,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"iban\" : \"NL13TEST0123456789\",\n \"ownerName\" : {\n \"fullName\" : \"A. Klaassen\"\n }\n }\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"bankAccount\": {\n \"iban\": \"NL13TEST0123456789\",\n \"ownerName\": {\n \"fullName\": \"A. Klaassen\"\n}\n}\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -299,7 +299,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -331,7 +331,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 10000\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 10000\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -356,7 +356,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BAB1234567890ABC123456789\"\n },\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"balanceAccountId\": \"BAB1234567890ABC123456789\"\n},\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -407,7 +407,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -439,7 +439,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -464,7 +464,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"bank\" : {\n \"priority\" : \"regular\"\n },\n \"referenceForBeneficiary\" : \"Your reference sent to the beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"bank\": {\n \"priority\": \"regular\"\n},\n \"referenceForBeneficiary\": \"Your reference sent to the beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Transfers API (v3)",
|
||||
"name": "Transfers API",
|
||||
"description": {
|
||||
"content": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when [paying out to a transfer instrument](https://docs.adyen.com/marketplaces-and-platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/marketplaces-and-platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/transactions-api) and getting [grants and its outstanding balances](https://docs.adyen.com/marketplaces-and-platforms/capital#get-balances). \n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/btl/v3/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v3`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -191,7 +191,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"priority\" : \"crossBorder\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"priority\": \"crossBorder\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -223,7 +223,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"paymentInstrumentId\" : \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"priority\" : \"crossBorder\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"paymentInstrumentId\": \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"priority\": \"crossBorder\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -248,7 +248,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"priority\" : \"crossBorder\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"priority\": \"crossBorder\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -299,7 +299,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -331,7 +331,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"paymentInstrumentId\" : \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"paymentInstrumentId\": \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -356,7 +356,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -407,7 +407,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -439,7 +439,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"paymentInstrumentId\" : \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"paymentInstrumentId\": \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -464,7 +464,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -515,7 +515,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -547,7 +547,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 10000\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 10000\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -572,7 +572,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -623,7 +623,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -655,7 +655,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"paymentInstrumentId\" : \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"paymentInstrumentId\": \"PI3222G223222G59347DAA265\",\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -680,7 +680,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -845,7 +845,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n }\n}",
|
||||
"raw": "{\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -877,7 +877,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"GR00000000000000000000001\",\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n },\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000000\n },\n \"fee\" : {\n \"amount\" : {\n \"value\" : 120000,\n \"currency\" : \"EUR\"\n }\n },\n \"balances\" : {\n \"currency\" : \"EUR\",\n \"fee\" : 120000,\n \"principal\" : 1000000,\n \"total\" : 1120000\n },\n \"repayment\" : {\n \"basisPoints\" : 1400\n },\n \"status\" : \"Pending\"\n}",
|
||||
"body" : "{\n \"id\": \"GR00000000000000000000001\",\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n},\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000000\n},\n \"fee\": {\n \"amount\": {\n \"value\": 120000,\n \"currency\": \"EUR\"\n}\n},\n \"balances\": {\n \"currency\": \"EUR\",\n \"fee\": 120000,\n \"principal\": 1000000,\n \"total\": 1120000\n},\n \"repayment\": {\n \"basisPoints\": 1400\n},\n \"status\": \"Pending\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -896,7 +896,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n }\n}",
|
||||
"raw": "{\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "Transfers API (v4)",
|
||||
"name": "Transfers API",
|
||||
"description": {
|
||||
"content": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when [paying out to a transfer instrument](https://docs.adyen.com/marketplaces-and-platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/marketplaces-and-platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/marketplaces-and-platforms/business-accounts/transactions-api) and getting [grants and its outstanding balances](https://docs.adyen.com/marketplaces-and-platforms/capital#get-balances). \n\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\n-H \"X-API-Key: YOUR_API_KEY\" \\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://balanceplatform-api-test.adyen.com/btl/v4/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v4`.\n\n",
|
||||
"type": "text/markdown"
|
||||
@@ -296,7 +296,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"priority\" : \"crossBorder\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"priority\": \"crossBorder\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -328,7 +328,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"category\" : \"bank\",\n \"categoryData\" : {\n \"priority\" : \"crossBorder\",\n \"type\" : \"bank\"\n },\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"category\": \"bank\",\n \"categoryData\": {\n \"priority\": \"crossBorder\",\n \"type\": \"bank\"\n},\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -353,7 +353,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\",\n \"address\" : {\n \"city\" : \"San Francisco\",\n \"country\" : \"US\",\n \"postalCode\" : \"94678\",\n \"stateOrProvince\" : \"CA\",\n \"line1\" : \"274\",\n \"line2\" : \"Brannan Street\"\n }\n },\n \"accountIdentification\" : {\n \"type\" : \"numberAndBic\",\n \"accountNumber\" : \"123456789\",\n \"bic\" : \"BOFAUS3NXXX\"\n }\n }\n },\n \"priority\" : \"crossBorder\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\",\n \"address\": {\n \"city\": \"San Francisco\",\n \"country\": \"US\",\n \"postalCode\": \"94678\",\n \"stateOrProvince\": \"CA\",\n \"line1\": \"274\",\n \"line2\": \"Brannan Street\"\n}\n},\n \"accountIdentification\": {\n \"type\": \"numberAndBic\",\n \"accountNumber\": \"123456789\",\n \"bic\": \"BOFAUS3NXXX\"\n}\n}\n},\n \"priority\": \"crossBorder\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -404,7 +404,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -436,7 +436,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"category\" : \"bank\",\n \"categoryData\" : {\n \"priority\" : \"regular\",\n \"type\" : \"bank\"\n },\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"category\": \"bank\",\n \"categoryData\": {\n \"priority\": \"regular\",\n \"type\": \"bank\"\n},\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -461,7 +461,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"iban\",\n \"iban\": \"NL91ABNA0417164300\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -512,7 +512,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -544,7 +544,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"category\" : \"bank\",\n \"categoryData\" : {\n \"priority\" : \"regular\",\n \"type\" : \"bank\"\n },\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"category\": \"bank\",\n \"categoryData\": {\n \"priority\": \"regular\",\n \"type\": \"bank\"\n},\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -569,7 +569,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 110000,\n \"currency\" : \"USD\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountHolder\" : {\n \"fullName\" : \"A. Klaassen\"\n },\n \"accountIdentification\" : {\n \"type\" : \"usLocal\",\n \"accountNumber\" : \"123456789\",\n \"routingNumber\" : \"011000138\"\n }\n }\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 110000,\n \"currency\": \"USD\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"bankAccount\": {\n \"accountHolder\": {\n \"fullName\": \"A. Klaassen\"\n},\n \"accountIdentification\": {\n \"type\": \"usLocal\",\n \"accountNumber\": \"123456789\",\n \"routingNumber\": \"011000138\"\n}\n}\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -620,7 +620,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -652,7 +652,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 10000\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 10000\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -677,7 +677,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 10000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"internal\",\n \"counterparty\" : {\n \"balanceAccountId\" : \"BA32272223222B5LPRFDW7J9G\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 10000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"internal\",\n \"counterparty\": {\n \"balanceAccountId\": \"BA32272223222B5LPRFDW7J9G\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -728,7 +728,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -760,7 +760,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\" : {\n \"description\" : \"Your account holder description\",\n \"id\" : \"AH3227C223222C5GXQXF658WB\",\n \"reference\" : \"Your account holder reference\"\n },\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccount\" : {\n \"description\" : \"Your balance account description\",\n \"id\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\" : \"Your balance account reference\"\n },\n \"category\" : \"bank\",\n \"categoryData\" : {\n \"priority\" : \"regular\",\n \"type\" : \"bank\"\n },\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"paymentInstrument\" : {\n \"description\" : \"Your payment instrument description\",\n \"id\" : \"PI3222G223222G59347DAA265\",\n \"reference\" : \"Your payment instrument reference\"\n },\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\",\n \"direction\" : \"outgoing\",\n \"reason\" : \"approved\",\n \"status\" : \"authorised\"\n}",
|
||||
"body" : "{\n \"id\": \"1W1UG35U8A9J5ZLG\",\n \"accountHolder\": {\n \"description\": \"Your account holder description\",\n \"id\": \"AH3227C223222C5GXQXF658WB\",\n \"reference\": \"Your account holder reference\"\n},\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccount\": {\n \"description\": \"Your balance account description\",\n \"id\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"reference\": \"Your balance account reference\"\n},\n \"category\": \"bank\",\n \"categoryData\": {\n \"priority\": \"regular\",\n \"type\": \"bank\"\n},\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"paymentInstrument\": {\n \"description\": \"Your payment instrument description\",\n \"id\": \"PI3222G223222G59347DAA265\",\n \"reference\": \"Your payment instrument reference\"\n},\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\",\n \"direction\": \"outgoing\",\n \"reason\": \"approved\",\n \"status\": \"authorised\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -785,7 +785,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\" : {\n \"value\" : 80000,\n \"currency\" : \"EUR\"\n },\n \"balanceAccountId\" : \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"transferInstrumentId\" : \"SE1234567890ABC1234567890\"\n },\n \"priority\" : \"regular\",\n \"referenceForBeneficiary\" : \"Your-reference-sent-to-the-beneficiary\",\n \"reference\" : \"Your internal reference for the transfer\",\n \"description\" : \"Your description for the transfer\"\n}",
|
||||
"raw": "{\n \"amount\": {\n \"value\": 80000,\n \"currency\": \"EUR\"\n},\n \"balanceAccountId\": \"BAB8B2C3D4E5F6G7H8D9J6GD4\",\n \"category\": \"bank\",\n \"counterparty\": {\n \"transferInstrumentId\": \"SE1234567890ABC1234567890\"\n},\n \"priority\": \"regular\",\n \"referenceForBeneficiary\": \"Your-reference-sent-to-the-beneficiary\",\n \"reference\": \"Your internal reference for the transfer\",\n \"description\": \"Your description for the transfer\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1001,7 +1001,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n }\n}",
|
||||
"raw": "{\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
@@ -1033,7 +1033,7 @@
|
||||
],
|
||||
"_postman_previewlanguage": "json",
|
||||
"cookie": [],
|
||||
"body" : "{\n \"id\" : \"GR00000000000000000000001\",\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n },\n \"amount\" : {\n \"currency\" : \"EUR\",\n \"value\" : 1000000\n },\n \"fee\" : {\n \"amount\" : {\n \"value\" : 120000,\n \"currency\" : \"EUR\"\n }\n },\n \"balances\" : {\n \"currency\" : \"EUR\",\n \"fee\" : 120000,\n \"principal\" : 1000000,\n \"total\" : 1120000\n },\n \"repayment\" : {\n \"basisPoints\" : 1400\n },\n \"status\" : \"Pending\"\n}",
|
||||
"body" : "{\n \"id\": \"GR00000000000000000000001\",\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n},\n \"amount\": {\n \"currency\": \"EUR\",\n \"value\": 1000000\n},\n \"fee\": {\n \"amount\": {\n \"value\": 120000,\n \"currency\": \"EUR\"\n}\n},\n \"balances\": {\n \"currency\": \"EUR\",\n \"fee\": 120000,\n \"principal\": 1000000,\n \"total\": 1120000\n},\n \"repayment\": {\n \"basisPoints\": 1400\n},\n \"status\": \"Pending\"\n}",
|
||||
"originalRequest": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
@@ -1052,7 +1052,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"grantAccountId\" : \"CG00000000000000000000001\",\n \"grantOfferId\" : \"0000000000000001\",\n \"counterparty\" : {\n \"accountHolderId\" : \"AH00000000000000000000001\",\n \"balanceAccountId\" : \"BA00000000000000000000001\"\n }\n}",
|
||||
"raw": "{\n \"grantAccountId\": \"CG00000000000000000000001\",\n \"grantOfferId\": \"0000000000000001\",\n \"counterparty\": {\n \"accountHolderId\": \"AH00000000000000000000001\",\n \"balanceAccountId\": \"BA00000000000000000000001\"\n}\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
|
||||
Reference in New Issue
Block a user