Skip to content

Instantly share code, notes, and snippets.

@doooks
Last active July 13, 2017 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doooks/8d04add4c57319727f4c to your computer and use it in GitHub Desktop.
Save doooks/8d04add4c57319727f4c to your computer and use it in GitHub Desktop.
<script>
var receptiveAppSettings = {
"signature":"97af4558c8f03c64dd...",
"return_url":"http://example.com/user/123",
"account":{
"id":"321",
"name":"Company Ltd",
"monthly_value":"99.99",
"is_paying":"true"},
"vendor":{
"id":"01234567-89ab-...."},
"user":{
"id":"123",
"email":"joe@example.com",
"full_name":"Joe Bloggs"}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment