GET
/
payments
/
transfers
/
pending
curl --request GET \
  --url https://sandbox-api.violet.io/v1/payments/transfers/pending
[
  {
    "merchant_id": 123,
    "amount": 123,
    "currency": "<string>",
    "related_distributions": [
      123
    ]
  }
]

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Query Parameters

merchant_id
integer
app_id
integer

Response

default - application/json
default response

The response is of type object[].