1
0
forked from BRT/arc
arc/tests/mock_server/seed_profile.example.json

24 lines
526 B
JSON

{
"bank_profiles": [
{
"id": "bp-ozon-0001",
"bank_name": "ozon",
"state": "active",
"phone_number": "+79990000000",
"first_name": "Ivan",
"middle_name": "",
"last_name": "Petrov",
"currency": 643,
"device_id": "REPLACE_WITH_DEVICE_API_ID",
"materials": [
{
"id": "c340cd2e-cefd-48d6-a813-c4be097ae493",
"state": "active",
"bank_account_id": "40817810000000000001",
"currency": 643
}
]
}
]
}