curl --request GET \ --url https://sandbox-api.violet.io/v1/payments/transfers/pending
[ { "merchant_id": 123, "amount": 123, "currency": "<string>", "related_distributions": [ 123 ] } ]
The response is of type object[].
object[]
Was this page helpful?