get https://api.vcita.biz/platform/v1/clients//payments
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://api.vcita.biz/platform/v1/clients/client_id/payments \
--header 'accept: application/json'
xxxxxxxxxx
38}
{
"data": {
"payments": [
{
"amount": 300,
"charged_at": "23/4/2019 09:00:00",
"client_id": "12344",
"conversation_id": "1234",
"currency": "USD",
"fees": [
{
"amount": 13,
"name": "Taylor Swift Fee"
}
],
"id": "1234",
"note": "Payment Note",
"offline": true,
"other_payment_method": "bit",
"payment_method": "cash/check",
"payment_requests": [
{
"id": "1246"
}
],