17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"payments": {
|
|
"preferred_currency": "xxx",
|
|
"payments": [
|
|
{
|
|
"created_timestamp": 1714945000,
|
|
"amount": "xxx",
|
|
"currency": "xxx",
|
|
"sender": "xxx",
|
|
"receiver": "xxx",
|
|
"type": "xxx",
|
|
"status": "xxx",
|
|
"payment_method": "xxx"
|
|
}
|
|
]
|
|
}
|
|
}
|