Created
May 15, 2017 19:46
-
-
Save wehub/d32f1122657fe2e599bc57f6d8b2a461 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
| { | |
| "name":"Example Account", | |
| "description":"This is just an example WePay account.", | |
| "reference_id":"abc123", | |
| "image_uri":"https://stage.wepay.com/img/logo.png", | |
| "country": "US", | |
| "currencies": ["USD"], | |
| "rbits": [ | |
| { | |
| "receive_time":1367958263, | |
| "type":"website_uri", | |
| "source":"user", | |
| "properties":{ | |
| "uri":"http://www.example.com" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment