v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

New Payment

post/api/v2.0/accounts/{accountId}/paymentgroup (COPY)

Path parameters

versionstring required

The current version of BaaSiC API

accountIdstring required

Target withdraw account identification

Headers

Authorizationstring

The personal authentication token obtained by each user from the token authentication endpoint

Request body

Response

200

OR
OR
OR
OR

Example response

{
  "paymentGroupId": "6a08ae9f-2e88-408d-b95d-85e6dad6389e",
  "totalAmount": 1500,
  "numberOfPayments": 1,
  "numberOfPaymentsPending": 1,
  "createdAt": "2020-05-14",
  "payments": [
    {
      "paymentId": "754bd72a-3b72-4c3a-a511-315ca44ed151",
      "amount": 1500,
      "currency": "ARS",
      "name": "Maria Oliveira",
      "taxIdCountry": 32,
      "taxId": "27870613097",
      "cbuCvu": "2850590940090418135201"
    }
  ]
}