Skip to content

Instantly share code, notes, and snippets.

@wehub
Created May 15, 2017 20:09
Show Gist options
  • Select an option

  • Save wehub/58e1e103fe87628ae2fade4506f7e40e to your computer and use it in GitHub Desktop.

Select an option

Save wehub/58e1e103fe87628ae2fade4506f7e40e to your computer and use it in GitHub Desktop.
{
"account_id":12345,
"name":"Example Account",
"description":"This is just an example WePay account. Modify the text.",
"reference_id":"abc123",
"image_uri":"https://stage.wepay.com/img/logo.png",
"rbits": [
{
"receive_time":1367958263,
"type":"website_uri",
"source":"user",
"properties":{
"uri":"http://www.example.com"
}
},
{
"receive_time":1367958263,
"type":"phone",
"source":"user",
"properties":{
"phone": "555-555-5555",
"phone_type": "home"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment