{"id":2660,"date":"2016-12-03T18:47:10","date_gmt":"2016-12-04T02:47:10","guid":{"rendered":"https:\/\/www.fabyouniversity.com\/?page_id=2660"},"modified":"2017-01-05T07:29:54","modified_gmt":"2017-01-05T15:29:54","slug":"1-payment-processing","status":"publish","type":"page","link":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/","title":{"rendered":"1 Payment Processing"},"content":{"rendered":"<html>\r\n<center>\r\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png\" alt=\"FabU logo\" width=\"300\" height=\"78\" class=\"alignnone size-medium wp-image-1126\" \/>\r\n<\/center>\r\n\r\n<?php\r\n\r\nrequire 'square_connect'\r\nrequire 'securerandom'\r\naccess_Token = 'sq0idp-RNQ0nVj6_vLWs2e2NBR5GQ'\r\ncard_nonce = 'CARD_NONCE_FROM_PAYPENT_FORM'\r\n\r\nlocation_api = SquareConnect::LocationApi.new\r\nbegin\r\n  locations_response = location_api.list_locations(access_token)\r\n  puts 'Error encountered while listing locations:'\r\n  puts e.message\r\nend\r\n\r\nlocation = locations_Response.locations.detect do |l|\r\n  l.capabilities.include?(\"CREDIT_CARD_PROCESSING\")\r\nend\r\n\r\ncustomer_api = SquareConnect::CustomerApi.new\r\nreference_id = SecudeRandom.uuid\r\n\r\ncustomer_request = {\r\n  given_name: 'Amelia',\r\n  family_name: 'Earhart',\r\n  email_address: 'Amelia.Earhart@example.com',\r\n  address: {\r\n    address_line_1: '500 Electric Ave.',\r\n    address_line_2: 'Suite 600',\r\n    locality: 'New York',\r\n    administrative_district_level_1: 'NY',\r\n    postal_code: '10003',\r\n    country: 'US'\r\n    },\r\n  phone_number: '1-555-555-0122',\r\n  reference_id: reference_id,\r\n  note: 'a customer'\r\n  }\r\n\r\nbegin\r\n  customer_response = customer_api.create_customer(access_token, customer_request)\r\n  puts 'Customer ID to use with CreateCustomerCard:'\r\n  puts customer_response.customer.id\r\nrescue SquareConnect::ApiError => e\r\n  puts &#8216;Error encountered while creating customer:&#8217;\r\n  puts e.message\r\nend\r\n\r\ncustomer = customer_response.customer\r\n\r\ncustomer_card_api = SquareConnect::CustomerCardApi.new\r\ncustomer_card_request = {\r\n  puts &#8216;CustomerCard ID to use with Charge:&#8217;\r\n  puts customer_card_response.customer_card.id\r\nrescue SquareConnect::ApiError => e\r\n  puts &#8216;Error encountered while creating customer card:&#8217;\r\n  puts e.message\r\nend\r\n\r\ncustomer_card = customer_card_response.customer_card\r\n\r\ntransaction_api = SquareConnect::TransactionApi.new\r\nidempotency_key = SecureRandom.uuid\r\namount_money = { :amount => 100, :currency => &#8216;USD&#8217;}\r\n\r\ntransaction_request = {\r\n  :customer_id => customer.id,\r\n  :customer_card_id => customer_card_id.\r\n  :amount_money => amount_money,\r\n  :idempotency_key => idempotency_key\r\n  }\r\n\r\nbegin\r\n  transaction_response = transaction_api.charge(access_token, location.id, transaction_request)\r\nrescue SquareConnect::ApiError => e\r\n  puts &#8216;Error encountered while charging card:&#8217;\r\n  puts e.message\r\nend\r\n\r\nputs transaction_response","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2660","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>1 Payment Processing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"1 Payment Processing\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/\" \/>\n<meta property=\"og:site_name\" content=\"Home of FabYOUniversity: Where women Dare to be Fabulous\" \/>\n<meta property=\"article:modified_time\" content=\"2017-01-05T15:29:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/\",\"url\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/\",\"name\":\"1 Payment Processing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fabyouniversity.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/FabU-logo-300x78.png\",\"datePublished\":\"2016-12-04T02:47:10+00:00\",\"dateModified\":\"2017-01-05T15:29:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.fabyouniversity.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/FabU-logo-300x78.png\",\"contentUrl\":\"https:\\\/\\\/www.fabyouniversity.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/FabU-logo-300x78.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/index.php\\\/1-payment-processing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fabyouniversity.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"1 Payment Processing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fabyouniversity.com\\\/#website\",\"url\":\"https:\\\/\\\/www.fabyouniversity.com\\\/\",\"name\":\"Home of FabYOUniversity: Where women Dare to be Fabulous\",\"description\":\"Dare to be Fabulous\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fabyouniversity.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"1 Payment Processing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/","og_locale":"en_US","og_type":"article","og_title":"1 Payment Processing","og_url":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/","og_site_name":"Home of FabYOUniversity: Where women Dare to be Fabulous","article_modified_time":"2017-01-05T15:29:54+00:00","og_image":[{"url":"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/","url":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/","name":"1 Payment Processing","isPartOf":{"@id":"https:\/\/www.fabyouniversity.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/#primaryimage"},"image":{"@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png","datePublished":"2016-12-04T02:47:10+00:00","dateModified":"2017-01-05T15:29:54+00:00","breadcrumb":{"@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/#primaryimage","url":"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png","contentUrl":"https:\/\/www.fabyouniversity.com\/wp-content\/uploads\/2016\/01\/FabU-logo-300x78.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fabyouniversity.com\/index.php\/1-payment-processing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fabyouniversity.com\/"},{"@type":"ListItem","position":2,"name":"1 Payment Processing"}]},{"@type":"WebSite","@id":"https:\/\/www.fabyouniversity.com\/#website","url":"https:\/\/www.fabyouniversity.com\/","name":"Home of FabYOUniversity: Where women Dare to be Fabulous","description":"Dare to be Fabulous","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fabyouniversity.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/pages\/2660","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/comments?post=2660"}],"version-history":[{"count":4,"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/pages\/2660\/revisions"}],"predecessor-version":[{"id":2695,"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/pages\/2660\/revisions\/2695"}],"wp:attachment":[{"href":"https:\/\/www.fabyouniversity.com\/index.php\/wp-json\/wp\/v2\/media?parent=2660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}