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 ] } ]
default response
The response is of type object[].
object[]
Was this page helpful?