diff --git a/postman/TransferService-v1.json b/postman/TransferService-v1.json index 4e58f6f..3ffa87a 100644 --- a/postman/TransferService-v1.json +++ b/postman/TransferService-v1.json @@ -14,7 +14,7 @@ "item": [ { "name": "/transactions", - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.", + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint.", "item": [ { "name": "Get all transactions", @@ -81,7 +81,7 @@ } ] }, - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable." + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint." } } ] diff --git a/postman/TransferService-v2.json b/postman/TransferService-v2.json index a92d22c..10cba2e 100644 --- a/postman/TransferService-v2.json +++ b/postman/TransferService-v2.json @@ -14,7 +14,7 @@ "item": [ { "name": "/transactions", - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.", + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint.", "item": [ { "name": "Get all transactions", @@ -81,7 +81,7 @@ } ] }, - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable." + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint." } } ] diff --git a/postman/TransferService-v3.json b/postman/TransferService-v3.json index de931c4..9fec5e6 100644 --- a/postman/TransferService-v3.json +++ b/postman/TransferService-v3.json @@ -14,7 +14,7 @@ "item": [ { "name": "/transactions", - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.", + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint.", "item": [ { "name": "Get all transactions", @@ -81,7 +81,7 @@ } ] }, - "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable." + "description": "Returns all transactions related to a balance account with a payment instrument of type **bankAccount**. This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable. Provide either `balanceAccountId`, `accountHolderId`, or `balancePlatform` when using this endpoint." } } ] @@ -161,7 +161,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 \"street\" : \"Brannan Street\",\n \"street2\" : \"274\"\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"