Skip to content

Instantly share code, notes, and snippets.

@jmagnuss
Created September 1, 2020 23:19
Show Gist options
  • Select an option

  • Save jmagnuss/c4bfc02d8fffc543a76000532c8bb76b to your computer and use it in GitHub Desktop.

Select an option

Save jmagnuss/c4bfc02d8fffc543a76000532c8bb76b to your computer and use it in GitHub Desktop.
{
"customer": {
"id": "25ff7d67-9056-4423-8711-7e18c7fc82d0",
"firstName": "Lucy",
"lastName": "Blank",
"email": "blank@welucy.com",
"country": "SG",
"status": "ACTIVE",
"wallets": [
{
"id": "ea219925-2aea-43a0-a812-426da4b9382e",
"type": "STANDARD",
"status": "ACTIVE",
"name": "Main Account",
"customerId": "25ff7d67-9056-4423-8711-7e18c7fc82d0",
"currencyCode": "SGD",
"balance": 50.00
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment