Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Created September 14, 2013 21:18
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 nukturnal/6565726 to your computer and use it in GitHub Desktop.
Save nukturnal/6565726 to your computer and use it in GitHub Desktop.
{
"invoice": {
"items": {
},
"taxes": {
},
"total_amount": 200,
"description": "Description of the invoice here"
},
"store": {
"name": "Store Name",
"tagline": "Tagline of the online store",
"postal_address": "Box 10770 Accra - Ghana",
"phone": "233244124660",
"logo_url": "",
"website_url": ""
},
"custom_data": {
},
"actions": {
"cancel_url": "",
"return_url": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment