{"body":"import stripe\nstripe.api_key = \"sk_test_xxx\"\n\n# Create a foreign account\nacc = stripe.Account.create(type=\"custom\", country=\"GB\", default_currency=\"gbp\")\n\n# Create a charge\nch = stripe.Charge.create(source=\"tok_visa\", amount=2000, currency=\"cad\", application_fee=200, expand=['application_fee', 'application_fee.balance_transaction'], stripe_account=acc.id)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/e6v87Asb","modified":1525214326,"id":"e6v87Asb","size":357,"lines":8,"own_paste":false,"theme":"","date":1525214326}