GET
/
payments
/
transfers
/
pending
curl --request GET \
  --url https://sandbox-api.violet.io/v1/payments/transfers/pending \
  --header 'X-Violet-App-Id: <x-violet-app-id>' \
  --header 'X-Violet-App-Secret: <x-violet-app-secret>' \
  --header 'X-Violet-Token: <x-violet-token>'
[
  {
    "merchant_id": 123,
    "amount": 123,
    "currency": "<string>",
    "related_distributions": [
      123
    ]
  }
]

Headers

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

Query Parameters

merchant_id
integer
app_id
integer

Response

default - application/json

default response

The response is of type object[].