Created
May 15, 2017 20:09
-
-
Save wehub/58e1e103fe87628ae2fade4506f7e40e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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