paypal-sdk-rest 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c7bb1189d939b7669a32abe6745ec6773267c76
4
- data.tar.gz: 33c6bb802c723a6be91345a8d29f02c6ad35d53c
3
+ metadata.gz: a3c3037cfe5603fcc5f6cd67bbb0b57fd22fb5fb
4
+ data.tar.gz: bf6ef9f16f08c64e8afb38ca4849e3cc6ffc10a5
5
5
  SHA512:
6
- metadata.gz: 866e09361f218b8e741a939caf04efac5f2b4754102326f493936d220dd44648bc0ffb1313c1442b90c5b85fc08fddce61a1c23097099d0151214cea8e7b297c
7
- data.tar.gz: 3c4f6e93ef86aaa49ca39bd46bfa1154b8903b05fac5f667ba3dd63dc44ef0a4b3145aca9e015445f7abe066d6d3fe4662a82fa72746be34def23c48a33d0e56
6
+ metadata.gz: ec8f220361694ed13e8183dd6c2d943cca51c5880049bb4cc7f0c67570fc14e8153324735bb6b21ef0ed133c5721c10146069e7a5586bada9c4d7af7a8d072e6
7
+ data.tar.gz: 6268eb70ee2a985b286bdb418812fc8f9c58cbe453e5453659ae7ac31caa0a59b196dc13922b8657bedc6964557f061a97fc9f91b4d631f5f5b6aaa7c1a04018
@@ -5,6 +5,7 @@ module PayPal
5
5
  module REST
6
6
  autoload :VERSION, "paypal-sdk/rest/version"
7
7
  autoload :DataTypes, "paypal-sdk/rest/data_types"
8
+ autoload :ExtendedDataTypes, "paypal-sdk/rest/extended_data_types"
8
9
  autoload :API, "paypal-sdk/rest/api"
9
10
  autoload :RequestDataType, "paypal-sdk/rest/request_data_type"
10
11
  autoload :SetAPI, "paypal-sdk/rest/set_api"
@@ -0,0 +1,28 @@
1
+ module PayPal::SDK
2
+ module REST
3
+ module DataTypes
4
+ class FuturePayment < Payment
5
+
6
+ def self.exch_token(auth_code)
7
+ if auth_code
8
+ token = PayPal::SDK::Core::API::REST.new.token(auth_code)
9
+ token
10
+ end
11
+ end
12
+
13
+ def create(correlation_id=nil)
14
+ path = "v1/payments/payment"
15
+ if correlation_id != nil
16
+ header = http_header
17
+ header = header.merge({
18
+ "PAYPAL-CLIENT-METADATA-ID" => correlation_id})
19
+ end
20
+ response = api.post(path, self.to_hash, http_header)
21
+ self.merge!(response)
22
+ success?
23
+ end
24
+
25
+ end
26
+ end
27
+ end
28
+ end
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module REST
4
- VERSION = "0.9.0"
4
+ VERSION = "0.9.1"
5
5
  end
6
6
  end
7
7
  end
data/spec/log/http.log CHANGED
@@ -2,16 +2,788 @@ opening connection to api.sandbox.paypal.com:443...
2
2
  opened
3
3
  starting SSL for api.sandbox.paypal.com:443...
4
4
  SSL established
5
- <- "GET /v1/payment-experience/web-profiles/ HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
5
+ <- "POST /v1/invoicing/invoices HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: bf518a9e-a423-4c89-9d91-748563c0b2da\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 243\r\n\r\n"
6
+ <- "{\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\"},\"billing_info\":[{\"email\":\"example@example.com\"}],\"items\":[{\"name\":\"Sutures\",\"quantity\":100.0,\"unit_price\":{\"currency\":\"USD\",\"value\":\"5\"}}],\"note\":\"Medical Invoice 16 Jul, 2013 PST\"}"
7
+ -> "HTTP/1.1 201 Created\r\n"
8
+ -> "Server: Apache-Coyote/1.1\r\n"
9
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
10
+ -> "Paypal-Debug-Id: 98283f410d1a3\r\n"
11
+ -> "Date: Fri, 19 Dec 2014 16:38:57 GMT\r\n"
12
+ -> "Location: https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-ZB7L-ZRW5-F8YF-5DVR\r\n"
13
+ -> "Content-Type: application/json\r\n"
14
+ -> "Content-Length: 536\r\n"
15
+ -> "\r\n"
16
+ reading 536 bytes...
17
+ -> "{\"id\":\"INV2-ZB7L-ZRW5-F8YF-5DVR\",\"number\":\"2606\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"items\":[{\"name\":\"Sutures\",\"quantity\":100.0,\"unit_price\":{\"currency\":\"USD\",\"value\":\"5.00\"}}],\"invoice_date\":\"2014-12-19 PST\",\"discount\":{\"amount\":{\"currency\":\"USD\",\"value\":\"0.00\"}},\"tax_calculated_after_discount\":false,\"tax_inclusive\":false,\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"}}"
18
+ read 536 bytes
19
+ Conn keep-alive
20
+ opening connection to api.sandbox.paypal.com:443...
21
+ opened
22
+ starting SSL for api.sandbox.paypal.com:443...
23
+ SSL established
24
+ <- "GET /v1/invoicing/invoices/?total_count_required=true HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
25
+ -> "HTTP/1.1 200 OK\r\n"
26
+ -> "Server: Apache-Coyote/1.1\r\n"
27
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
28
+ -> "Paypal-Debug-Id: 0a7fe8340dc9f\r\n"
29
+ -> "Date: Fri, 19 Dec 2014 16:38:59 GMT\r\n"
30
+ -> "Content-Type: application/json\r\n"
31
+ -> "Transfer-Encoding: chunked\r\n"
32
+ -> "\r\n"
33
+ -> "2000\r\n"
34
+ reading 8192 bytes...
35
+ -> "{\"total_count\":2595,\"invoices\":[{\"id\":\"INV2-ZB7L-ZRW5-F8YF-5DVR\",\"number\":\"2606\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-19 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-19 08:38:57 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-ZB7L-ZRW5-F8YF-5DVR\"}},{\"id\":\"INV2-AMU9-Y563-ND7K-AXB5\",\"number\":\"2605\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-18 PST\",\"payment_term\":{\"due_date\":\"2015-02-01 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-18 06:17:04 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-AMU9-Y563-ND7K-AXB5\"}},{\"id\":\"INV2-4KGK-4HQL-SKGJ-HBVB\",\"number\":\"2604\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-18 PST\",\"payment_term\":{\"due_date\":\"2015-02-01 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-18 06:16:45 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-4KGK-4HQL-SKGJ-HBVB\"}},{\"id\":\"INV2-T5XN-W3ME-F9KG-JKDP\",\"number\":\"2603\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-16 PST\",\"payment_term\":{\"due_date\":\"2015-01-30 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-16 04:01:46 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-T5XN-W3ME-F9KG-JKDP\"}},{\"id\":\"INV2-4S9T-AYN4-5TCX-H54A\",\"number\":\"2602\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-15 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-15 11:09:36 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-4S9T-AYN4-5TCX-H54A\"}},{\"id\":\"INV2-H58E-XWDG-QPZH-FLWX\",\"number\":\"2601\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-15 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-15 11:00:17 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-H58E-XWDG-QPZH-FLWX\"}},{\"id\":\"INV2-NPB3-T9UX-N6HE-5BFW\",\"number\":\"2600\",\"status\":\"MARKED_AS_PAID\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-12 PST\",\"payment_term\":{\"due_date\":\"2015-01-26 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-12 04:52:49 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-NPB3-T9UX-N6HE-5BFW\"}},{\"id\":\"INV2-K96B-RS9V-9D7B-Q8JT\",\"number\":\"2599\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 12:58:14 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-K96B-RS9V-9D7B-Q8JT\"}},{\"id\":\"INV2-2Y5D-76H4-QLEJ-G9HF\",\"number\":\"2598\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 12:10:50 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-2Y5D-76H4-QLEJ-G9HF\"}},{\"id\":\"INV2-CPGD-ETU8-LSHR-RLZH\",\"number\":\"2597\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 11:37:19 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-CPGD-ETU8-LSHR-RLZH\"}},{\"id\":\"INV2-PQ8Q-MPSY-K94T-YDTS\",\"number\":\"2596\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 11:23:50 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-PQ8Q-MPSY-K94T-YDTS\"}},{\"id\":\"INV2-9574-JATY-FP9P-YJVE\",\"number\":\"2595\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 11:15:09 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-9574-JATY-FP9P-YJVE\"}},{\"id\":\"INV2-S9K2-PAZS-2NMK-9E5X\",\"number\":\"2594\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 07:25:12 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-S9K2-PAZS-2NMK-9E5X\"}},{\"id\":\"INV2-9Q3T-ZR9P-8H3G-ADQK\",\"number\":\"2593\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medica"
36
+ read 8192 bytes
37
+ reading 2 bytes...
38
+ -> "\r\n"
39
+ read 2 bytes
40
+ -> "fb1\r\n"
41
+ reading 4017 bytes...
42
+ -> "l Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 07:17:15 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-9Q3T-ZR9P-8H3G-ADQK\"}},{\"id\":\"INV2-94KB-H8ZJ-84XX-ZY36\",\"number\":\"2592\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-"
43
+ -> "12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 07:10:08 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-94KB-H8ZJ-84XX-ZY36\"}},{\"id\":\"INV2-DCN4-DLQ9-SZNS-ZEAK\",\"number\":\"2591\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 07:01:27 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-DCN4-DLQ9-SZNS-ZEAK\"}},{\"id\":\"INV2-KPBL-Y48B-QQ56-P2CH\",\"number\":\"2590\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 06:43:40 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-KPBL-Y48B-QQ56-P2CH\"}},{\"id\":\"INV2-BMEG-N6NB-FRBE-GP2L\",\"number\":\"2589\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"payment_term\":{\"due_date\":\"2015-01-25 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 03:06:38 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-BMEG-N6NB-FRBE-GP2L\"}},{\"id\":\"INV2-LXDB-WG8J-9MAU-5BJJ\",\"number\":\"2588\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"payment_term\":{\"due_date\":\"2015-01-25 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 03:05:06 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-LXDB-WG8J-9MAU-5BJJ\"}},{\"id\":\"INV2-6FPJ-GJDU-D8NQ-A6Y5\",\"number\":\"2587\",\"status\":\"DRAFT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"address\":{}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"email\":\"example@example.com\",\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{}},\"invoice_date\":\"2014-12-11 PST\",\"payment_term\":{\"due_date\":\"2015-01-25 PST\"},\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-12-11 03:02:27 PST\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-6FPJ-GJDU-D8NQ-A6Y5\"}}]}"
44
+ read 4017 bytes
45
+ reading 2 bytes...
46
+ -> "\r\n"
47
+ read 2 bytes
48
+ -> "0\r\n"
49
+ -> "\r\n"
50
+ Conn keep-alive
51
+ opening connection to api.sandbox.paypal.com:443...
52
+ opened
53
+ starting SSL for api.sandbox.paypal.com:443...
54
+ SSL established
55
+ <- "GET /v1/invoicing/invoices/INV2-P6VJ-36HG-BBVT-M2MA HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
56
+ -> "HTTP/1.1 200 OK\r\n"
57
+ -> "Server: Apache-Coyote/1.1\r\n"
58
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
59
+ -> "Paypal-Debug-Id: b28c5e860e614\r\n"
60
+ -> "Date: Fri, 19 Dec 2014 16:38:59 GMT\r\n"
61
+ -> "Content-Type: application/json\r\n"
62
+ -> "Content-Length: 1197\r\n"
63
+ -> "\r\n"
64
+ reading 1197 bytes...
65
+ -> "{\"id\":\"INV2-P6VJ-36HG-BBVT-M2MA\",\"number\":\"0001\",\"status\":\"SENT\",\"merchant_info\":{\"email\":\"PPX.DevNet-facilitator@gmail.com\",\"first_name\":\"Dennis\",\"last_name\":\"Doctor\",\"business_name\":\"Medical Professionals, LLC\",\"address\":{\"line1\":\"1234 Main St.\",\"city\":\"Portland\",\"state\":\"OR\",\"postal_code\":\"97217\",\"country_code\":\"US\"}},\"billing_info\":[{\"email\":\"example@example.com\",\"address\":{}}],\"shipping_info\":{\"first_name\":\"Sally\",\"last_name\":\"Patient\",\"business_name\":\"Not applicable\",\"address\":{\"line1\":\"1234 Broad St.\",\"city\":\"Portland\",\"state\":\"OR\",\"postal_code\":\"97216\",\"country_code\":\"US\"}},\"items\":[{\"name\":\"Sutures\",\"quantity\":100.0,\"unit_price\":{\"currency\":\"USD\",\"value\":\"5.00\"}}],\"invoice_date\":\"2014-04-03 PDT\",\"payment_term\":{\"term_type\":\"NET_45\",\"due_date\":\"2014-05-18 PDT\"},\"tax_calculated_after_discount\":false,\"tax_inclusive\":false,\"note\":\"Medical Invoice 16 Jul, 2013 PST\",\"total_amount\":{\"currency\":\"USD\",\"value\":\"500.00\"},\"metadata\":{\"created_date\":\"2014-04-03 22:30:15 PDT\",\"first_sent_date\":\"2014-04-03 22:48:22 PDT\",\"last_sent_date\":\"2014-04-03 22:48:22 PDT\",\"payer_view_url\":\"https://www.sandbox.paypal.com/cgi_bin/webscr?cmd=_pay-inv&viewtype=altview&id=INV2-P6VJ-36HG-BBVT-M2MA\"}}"
66
+ read 1197 bytes
67
+ Conn keep-alive
68
+ opening connection to api.sandbox.paypal.com:443...
69
+ opened
70
+ starting SSL for api.sandbox.paypal.com:443...
71
+ SSL established
72
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: c49cb459-aa84-4741-b02d-f016a6b0115e\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 473\r\n\r\n"
73
+ <- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
74
+ -> "HTTP/1.1 201 Created\r\n"
75
+ -> "Server: Apache-Coyote/1.1\r\n"
76
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1020\r\n"
77
+ -> "Paypal-Debug-Id: e688e2470863e\r\n"
78
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=71460&TopLevelTxnStartTime=14a636aa4ff&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
79
+ -> "Content-Language: *\r\n"
80
+ -> "Date: Fri, 19 Dec 2014 16:39:25 GMT\r\n"
81
+ -> "Content-Type: application/json\r\n"
82
+ -> "Content-Length: 1354\r\n"
83
+ -> "\r\n"
84
+ reading 1354 bytes...
85
+ -> "{\"id\":\"PAY-8XL29517XJ0438205KSKFJJI\",\"create_time\":\"2014-12-19T16:39:01Z\",\"update_time\":\"2014-12-19T16:39:25Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"46365925BR6321226\",\"create_time\":\"2014-12-19T16:39:01Z\",\"update_time\":\"2014-12-19T16:39:25Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-8XL29517XJ0438205KSKFJJI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/46365925BR6321226\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/46365925BR6321226/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8XL29517XJ0438205KSKFJJI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8XL29517XJ0438205KSKFJJI\",\"rel\":\"self\",\"method\":\"GET\"}]}"
86
+ read 1354 bytes
87
+ Conn keep-alive
88
+ opening connection to api.sandbox.paypal.com:443...
89
+ opened
90
+ starting SSL for api.sandbox.paypal.com:443...
91
+ SSL established
92
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 134718b5-6c1a-4d70-a946-cb908f2640b4\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 473\r\n\r\n"
93
+ <- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
94
+ -> "HTTP/1.1 201 Created\r\n"
95
+ -> "Server: Apache-Coyote/1.1\r\n"
96
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
97
+ -> "Paypal-Debug-Id: da3e7c2314085\r\n"
98
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70818&TopLevelTxnStartTime=14a636b0520&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
99
+ -> "Content-Language: *\r\n"
100
+ -> "Date: Fri, 19 Dec 2014 16:39:44 GMT\r\n"
101
+ -> "Content-Type: application/json\r\n"
102
+ -> "Content-Length: 1354\r\n"
103
+ -> "\r\n"
104
+ reading 1354 bytes...
105
+ -> "{\"id\":\"PAY-7XC31991DM909534YKSKFJPI\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"4K617000C4418673P\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-7XC31991DM909534YKSKFJPI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"self\",\"method\":\"GET\"}]}"
106
+ read 1354 bytes
107
+ Conn keep-alive
108
+ opening connection to api.sandbox.paypal.com:443...
109
+ opened
110
+ starting SSL for api.sandbox.paypal.com:443...
111
+ SSL established
112
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 134718b5-6c1a-4d70-a946-cb908f2640b4\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 473\r\n\r\n"
113
+ <- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
114
+ -> "HTTP/1.1 200 OK\r\n"
115
+ -> "Server: Apache-Coyote/1.1\r\n"
116
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
117
+ -> "Paypal-Debug-Id: 507983d5115d8\r\n"
118
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70818&TopLevelTxnStartTime=14a636b51ae&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
119
+ -> "Content-Language: *\r\n"
120
+ -> "Date: Fri, 19 Dec 2014 16:39:44 GMT\r\n"
121
+ -> "Content-Type: application/json\r\n"
122
+ -> "Content-Length: 1354\r\n"
123
+ -> "\r\n"
124
+ reading 1354 bytes...
125
+ -> "{\"id\":\"PAY-7XC31991DM909534YKSKFJPI\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"4K617000C4418673P\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-7XC31991DM909534YKSKFJPI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"self\",\"method\":\"GET\"}]}"
126
+ read 1354 bytes
127
+ Conn keep-alive
128
+ opening connection to api.sandbox.paypal.com:443...
129
+ opened
130
+ starting SSL for api.sandbox.paypal.com:443...
131
+ SSL established
132
+ <- "GET /v1/payments/payment?count=5 HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
133
+ -> "HTTP/1.1 200 OK\r\n"
134
+ -> "Server: Apache-Coyote/1.1\r\n"
135
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1185\r\n"
136
+ -> "Paypal-Debug-Id: 7381fffb64135\r\n"
137
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70818&TopLevelTxnStartTime=14a636c0563&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
138
+ -> "Content-Language: *\r\n"
139
+ -> "Date: Fri, 19 Dec 2014 16:40:43 GMT\r\n"
140
+ -> "Content-Type: application/json\r\n"
141
+ -> "Content-Length: 6663\r\n"
142
+ -> "\r\n"
143
+ reading 6663 bytes...
144
+ -> "{\"payments\":[{\"id\":\"PAY-81F075204H485345KKSKFJZY\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"32D85654S1431451U\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-81F075204H485345KKSKFJZY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-3F707713EV6336253KSKFJUQ\",\"create_time\":\"2014-12-19T16:39:46Z\",\"update_time\":\"2014-12-19T16:40:05Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"0S9481968A412334W\",\"create_time\":\"2014-12-19T16:39:47Z\",\"update_time\":\"2014-12-19T16:40:05Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-3F707713EV6336253KSKFJUQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0S9481968A412334W\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0S9481968A412334W/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-3F707713EV6336253KSKFJUQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-3F707713EV6336253KSKFJUQ\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-7XC31991DM909534YKSKFJPI\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"4K617000C4418673P\",\"create_time\":\"2014-12-19T16:39:25Z\",\"update_time\":\"2014-12-19T16:39:44Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-7XC31991DM909534YKSKFJPI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4K617000C4418673P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7XC31991DM909534YKSKFJPI\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-8XL29517XJ0438205KSKFJJI\",\"create_time\":\"2014-12-19T16:39:01Z\",\"update_time\":\"2014-12-19T16:39:25Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"46365925BR6321226\",\"create_time\":\"2014-12-19T16:39:01Z\",\"update_time\":\"2014-12-19T16:39:25Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-8XL29517XJ0438205KSKFJJI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/46365925BR6321226\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/46365925BR6321226/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8XL29517XJ0438205KSKFJJI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8XL29517XJ0438205KSKFJJI\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-0BP65408C1661645GKSKESYY\",\"create_time\":\"2014-12-19T15:50:59Z\",\"update_time\":\"2014-12-19T15:51:01Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx3353\",\"expire_month\":\"11\",\"expire_year\":\"2019\",\"first_name\":\"sss\"}}]},\"transactions\":[{\"amount\":{\"total\":\"5.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"5.00\"}},\"description\":\"Pledge\",\"related_resources\":[{\"sale\":{\"id\":\"2UN772816T566521E\",\"create_time\":\"2014-12-19T15:50:59Z\",\"update_time\":\"2014-12-19T15:51:01Z\",\"amount\":{\"total\":\"5.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-0BP65408C1661645GKSKESYY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/2UN772816T566521E\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/2UN772816T566521E/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-0BP65408C1661645GKSKESYY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-0BP65408C1661645GKSKESYY\",\"rel\":\"self\",\"method\":\"GET\"}]}],\"count\":5,\"next_id\":\"PAY-46F65287DP8107430KSKEGOA\"}"
145
+ read 6663 bytes
146
+ Conn keep-alive
147
+ opening connection to api.sandbox.paypal.com:443...
148
+ opened
149
+ starting SSL for api.sandbox.paypal.com:443...
150
+ SSL established
151
+ <- "GET /v1/payments/payment?count=1 HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
152
+ -> "HTTP/1.1 200 OK\r\n"
153
+ -> "Server: Apache-Coyote/1.1\r\n"
154
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
155
+ -> "Paypal-Debug-Id: 1e28b09961635\r\n"
156
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636c3576&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
157
+ -> "Content-Language: *\r\n"
158
+ -> "Date: Fri, 19 Dec 2014 16:40:52 GMT\r\n"
159
+ -> "Content-Type: application/json\r\n"
160
+ -> "Content-Length: 1420\r\n"
161
+ -> "\r\n"
162
+ reading 1420 bytes...
163
+ -> "{\"payments\":[{\"id\":\"PAY-81F075204H485345KKSKFJZY\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"32D85654S1431451U\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-81F075204H485345KKSKFJZY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"self\",\"method\":\"GET\"}]}],\"count\":1,\"next_id\":\"PAY-3F707713EV6336253KSKFJUQ\"}"
164
+ read 1420 bytes
165
+ Conn keep-alive
166
+ opening connection to api.sandbox.paypal.com:443...
167
+ opened
168
+ starting SSL for api.sandbox.paypal.com:443...
169
+ SSL established
170
+ <- "GET /v1/payments/payment/PAY-81F075204H485345KKSKFJZY HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
171
+ -> "HTTP/1.1 200 OK\r\n"
172
+ -> "Server: Apache-Coyote/1.1\r\n"
173
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=2686\r\n"
174
+ -> "Paypal-Debug-Id: e524fcae679e7\r\n"
175
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636c5ae4&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
176
+ -> "Content-Language: *\r\n"
177
+ -> "Date: Fri, 19 Dec 2014 16:40:52 GMT\r\n"
178
+ -> "Content-Type: application/json\r\n"
179
+ -> "Content-Length: 1354\r\n"
180
+ -> "\r\n"
181
+ reading 1354 bytes...
182
+ -> "{\"id\":\"PAY-81F075204H485345KKSKFJZY\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"32D85654S1431451U\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-81F075204H485345KKSKFJZY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"self\",\"method\":\"GET\"}]}"
183
+ read 1354 bytes
184
+ Conn keep-alive
185
+ opening connection to api.sandbox.paypal.com:443...
186
+ opened
187
+ starting SSL for api.sandbox.paypal.com:443...
188
+ SSL established
189
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 5bec4207-ab4b-4617-b8dd-d75882327a62\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 2\r\n\r\n"
190
+ <- "{}"
191
+ -> "HTTP/1.1 400 Bad Request\r\n"
192
+ -> "Server: Apache-Coyote/1.1\r\n"
193
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=2686\r\n"
194
+ -> "Paypal-Debug-Id: cab2fdf467e91\r\n"
195
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636c5dd5&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
196
+ -> "Content-Language: *\r\n"
197
+ -> "Date: Fri, 19 Dec 2014 16:40:53 GMT\r\n"
198
+ -> "Connection: close\r\n"
199
+ -> "Content-Type: application/json\r\n"
200
+ -> "Content-Length: 306\r\n"
201
+ -> "Connection: close\r\n"
202
+ -> "\r\n"
203
+ reading 306 bytes...
204
+ -> "{\"name\":\"VALIDATION_ERROR\",\"details\":[{\"field\":\"payer\",\"issue\":\"Required field missing\"},{\"field\":\"intent\",\"issue\":\"Required field missing\"}],\"message\":\"Invalid request - see details\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#VALIDATION_ERROR\",\"debug_id\":\"cab2fdf467e91\"}"
205
+ read 306 bytes
206
+ Conn close
207
+ opening connection to api.sandbox.paypal.com:443...
208
+ opened
209
+ starting SSL for api.sandbox.paypal.com:443...
210
+ SSL established
211
+ <- "GET /v1/payments/payment/Invalid HTTP/1.1\r\nAuthorization: Bearer A015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
212
+ -> "HTTP/1.1 404 Not Found\r\n"
213
+ -> "Server: Apache-Coyote/1.1\r\n"
214
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
215
+ -> "Paypal-Debug-Id: 066d6d1967cae\r\n"
216
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636c5fd5&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
217
+ -> "Content-Language: *\r\n"
218
+ -> "Date: Fri, 19 Dec 2014 16:40:53 GMT\r\n"
219
+ -> "Content-Type: application/json\r\n"
220
+ -> "Content-Length: 207\r\n"
221
+ -> "\r\n"
222
+ reading 207 bytes...
223
+ -> "{\"name\":\"INVALID_RESOURCE_ID\",\"message\":\"The requested resource ID was not found\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#INVALID_RESOURCE_ID\",\"debug_id\":\"066d6d1967cae\"}"
224
+ read 207 bytes
225
+ Conn keep-alive
226
+ opening connection to api.sandbox.paypal.com:443...
227
+ opened
228
+ starting SSL for api.sandbox.paypal.com:443...
229
+ SSL established
230
+ <- "GET /v1/payments/payment?count=1 HTTP/1.1\r\nAuthorization: Bearer ExpiredA015OlEopE60ahahoCRIkLixuXwp0gIeSNa1LrO8pTu8.FM\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
231
+ -> "HTTP/1.1 401 Unauthorized\r\n"
232
+ -> "Server: Apache-Coyote/1.1\r\n"
233
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
234
+ -> "Paypal-Debug-Id: 7b94af8764258\r\n"
235
+ -> "Content-Type: application/json\r\n"
236
+ -> "Content-Length: 0\r\n"
237
+ -> "Date: Fri, 19 Dec 2014 16:40:53 GMT\r\n"
238
+ -> "\r\n"
239
+ reading 0 bytes...
240
+ -> ""
241
+ read 0 bytes
242
+ Conn keep-alive
243
+ opening connection to api.sandbox.paypal.com:443...
244
+ opened
245
+ starting SSL for api.sandbox.paypal.com:443...
246
+ SSL established
247
+ <- "GET /v1/payments/payment?count=1 HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
248
+ -> "HTTP/1.1 200 OK\r\n"
249
+ -> "Server: Apache-Coyote/1.1\r\n"
250
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1075\r\n"
251
+ -> "Paypal-Debug-Id: bc2aa7cf62175\r\n"
252
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=67638&TopLevelTxnStartTime=14a636c664b&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
253
+ -> "Content-Language: *\r\n"
254
+ -> "Date: Fri, 19 Dec 2014 16:41:04 GMT\r\n"
255
+ -> "Content-Type: application/json\r\n"
256
+ -> "Content-Length: 1420\r\n"
257
+ -> "\r\n"
258
+ reading 1420 bytes...
259
+ -> "{\"payments\":[{\"id\":\"PAY-81F075204H485345KKSKFJZY\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"32D85654S1431451U\",\"create_time\":\"2014-12-19T16:40:07Z\",\"update_time\":\"2014-12-19T16:40:30Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-81F075204H485345KKSKFJZY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/32D85654S1431451U/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-81F075204H485345KKSKFJZY\",\"rel\":\"self\",\"method\":\"GET\"}]}],\"count\":1,\"next_id\":\"PAY-3F707713EV6336253KSKFJUQ\"}"
260
+ read 1420 bytes
261
+ Conn keep-alive
262
+ opening connection to api.sandbox.paypal.com:443...
263
+ opened
264
+ starting SSL for api.sandbox.paypal.com:443...
265
+ SSL established
266
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 941ea0a9-4a3e-4b0d-ba38-3d98053c84ba\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 473\r\n\r\n"
267
+ <- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
268
+ -> "HTTP/1.1 201 Created\r\n"
269
+ -> "Server: Apache-Coyote/1.1\r\n"
270
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
271
+ -> "Paypal-Debug-Id: 2a5f0da86aa08\r\n"
272
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636c8976&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
273
+ -> "Content-Language: *\r\n"
274
+ -> "Date: Fri, 19 Dec 2014 16:41:24 GMT\r\n"
275
+ -> "Content-Type: application/json\r\n"
276
+ -> "Content-Length: 1354\r\n"
277
+ -> "\r\n"
278
+ reading 1354 bytes...
279
+ -> "{\"id\":\"PAY-1NK2626711092262NKSKFKII\",\"create_time\":\"2014-12-19T16:41:05Z\",\"update_time\":\"2014-12-19T16:41:24Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"7G0591456P9971349\",\"create_time\":\"2014-12-19T16:41:05Z\",\"update_time\":\"2014-12-19T16:41:24Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-1NK2626711092262NKSKFKII\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/7G0591456P9971349\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/7G0591456P9971349/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-1NK2626711092262NKSKFKII\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-1NK2626711092262NKSKFKII\",\"rel\":\"self\",\"method\":\"GET\"}]}"
280
+ read 1354 bytes
281
+ Conn keep-alive
282
+ opening connection to api.sandbox.paypal.com:443...
283
+ opened
284
+ starting SSL for api.sandbox.paypal.com:443...
285
+ SSL established
286
+ <- "GET /v1/payments/sale/7G0591456P9971349 HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
287
+ -> "HTTP/1.1 200 OK\r\n"
288
+ -> "Server: Apache-Coyote/1.1\r\n"
289
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
290
+ -> "Paypal-Debug-Id: c632526e6f497\r\n"
291
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.sale&CalThreadId=70706&TopLevelTxnStartTime=14a636cd7c7&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
292
+ -> "Content-Language: *\r\n"
293
+ -> "Date: Fri, 19 Dec 2014 16:41:25 GMT\r\n"
294
+ -> "Content-Type: application/json\r\n"
295
+ -> "Content-Length: 729\r\n"
296
+ -> "\r\n"
297
+ reading 729 bytes...
298
+ -> "{\"id\":\"7G0591456P9971349\",\"create_time\":\"2014-12-19T16:41:05Z\",\"update_time\":\"2014-12-19T16:41:24Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"payment_mode\":\"INSTANT_TRANSFER\",\"state\":\"completed\",\"protection_eligibility\":\"ELIGIBLE\",\"protection_eligibility_type\":\"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\"parent_payment\":\"PAY-1NK2626711092262NKSKFKII\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/7G0591456P9971349\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/7G0591456P9971349/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-1NK2626711092262NKSKFKII\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
299
+ read 729 bytes
300
+ Conn keep-alive
301
+ opening connection to api.sandbox.paypal.com:443...
302
+ opened
303
+ starting SSL for api.sandbox.paypal.com:443...
304
+ SSL established
305
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 97dc7eb4-2d29-4b78-b60c-c4d0e323a4b2\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 473\r\n\r\n"
306
+ <- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
307
+ -> "HTTP/1.1 201 Created\r\n"
308
+ -> "Server: Apache-Coyote/1.1\r\n"
309
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1204\r\n"
310
+ -> "Paypal-Debug-Id: 1903e3666f90d\r\n"
311
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70706&TopLevelTxnStartTime=14a636cda53&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
312
+ -> "Content-Language: *\r\n"
313
+ -> "Date: Fri, 19 Dec 2014 16:41:44 GMT\r\n"
314
+ -> "Content-Type: application/json\r\n"
315
+ -> "Content-Length: 1354\r\n"
316
+ -> "\r\n"
317
+ reading 1354 bytes...
318
+ -> "{\"id\":\"PAY-9X413203CT040863VKSKFKNQ\",\"create_time\":\"2014-12-19T16:41:26Z\",\"update_time\":\"2014-12-19T16:41:44Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"sale\":{\"id\":\"0WB01064EV071390A\",\"create_time\":\"2014-12-19T16:41:26Z\",\"update_time\":\"2014-12-19T16:41:44Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-9X413203CT040863VKSKFKNQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0WB01064EV071390A\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0WB01064EV071390A/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-9X413203CT040863VKSKFKNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-9X413203CT040863VKSKFKNQ\",\"rel\":\"self\",\"method\":\"GET\"}]}"
319
+ read 1354 bytes
320
+ Conn keep-alive
321
+ opening connection to api.sandbox.paypal.com:443...
322
+ opened
323
+ starting SSL for api.sandbox.paypal.com:443...
324
+ SSL established
325
+ <- "POST /v1/payments/sale/0WB01064EV071390A/refund HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 3dd70b27-6dc0-457f-8e83-b077d46e98de\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 44\r\n\r\n"
326
+ <- "{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"}}"
327
+ -> "HTTP/1.1 201 Created\r\n"
328
+ -> "Server: Apache-Coyote/1.1\r\n"
329
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1221\r\n"
330
+ -> "Paypal-Debug-Id: c92ebec076271\r\n"
331
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.sale&CalThreadId=70699&TopLevelTxnStartTime=14a636d2747&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
332
+ -> "Content-Language: *\r\n"
333
+ -> "Date: Fri, 19 Dec 2014 16:41:46 GMT\r\n"
334
+ -> "Content-Type: application/json\r\n"
335
+ -> "Content-Length: 592\r\n"
336
+ -> "\r\n"
337
+ reading 592 bytes...
338
+ -> "{\"id\":\"57888178M3894121U\",\"create_time\":\"2014-12-19T16:41:46Z\",\"update_time\":\"2014-12-19T16:41:46Z\",\"state\":\"completed\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"sale_id\":\"0WB01064EV071390A\",\"parent_payment\":\"PAY-9X413203CT040863VKSKFKNQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/refund/57888178M3894121U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-9X413203CT040863VKSKFKNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0WB01064EV071390A\",\"rel\":\"sale\",\"method\":\"GET\"}]}"
339
+ read 592 bytes
340
+ Conn keep-alive
341
+ opening connection to api.sandbox.paypal.com:443...
342
+ opened
343
+ starting SSL for api.sandbox.paypal.com:443...
344
+ SSL established
345
+ <- "GET /v1/payments/refund/57888178M3894121U HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
346
+ -> "HTTP/1.1 200 OK\r\n"
347
+ -> "Server: Apache-Coyote/1.1\r\n"
348
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1188\r\n"
349
+ -> "Paypal-Debug-Id: 752aec2e7694e\r\n"
350
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.refund&CalThreadId=70699&TopLevelTxnStartTime=14a636d2e1c&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
351
+ -> "Content-Language: *\r\n"
352
+ -> "Date: Fri, 19 Dec 2014 16:41:46 GMT\r\n"
353
+ -> "Content-Type: application/json\r\n"
354
+ -> "Content-Length: 593\r\n"
355
+ -> "\r\n"
356
+ reading 593 bytes...
357
+ -> "{\"id\":\"57888178M3894121U\",\"create_time\":\"2014-12-19T16:41:46Z\",\"update_time\":\"2014-12-19T16:41:46Z\",\"state\":\"completed\",\"amount\":{\"total\":\"-1.00\",\"currency\":\"USD\"},\"sale_id\":\"0WB01064EV071390A\",\"parent_payment\":\"PAY-9X413203CT040863VKSKFKNQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/refund/57888178M3894121U\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-9X413203CT040863VKSKFKNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/0WB01064EV071390A\",\"rel\":\"sale\",\"method\":\"GET\"}]}"
358
+ read 593 bytes
359
+ Conn keep-alive
360
+ opening connection to api.sandbox.paypal.com:443...
361
+ opened
362
+ starting SSL for api.sandbox.paypal.com:443...
363
+ SSL established
364
+ <- "GET /v1/payments/orders/O-2HT09787H36911800 HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
365
+ -> "HTTP/1.1 200 OK\r\n"
366
+ -> "Server: Apache-Coyote/1.1\r\n"
367
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=786\r\n"
368
+ -> "Paypal-Debug-Id: d8f28c0a713fe\r\n"
369
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.orders&CalThreadId=67638&TopLevelTxnStartTime=14a636d30f8&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
370
+ -> "Content-Language: *\r\n"
371
+ -> "Date: Fri, 19 Dec 2014 16:41:48 GMT\r\n"
372
+ -> "Content-Type: application/json\r\n"
373
+ -> "Content-Length: 489\r\n"
374
+ -> "\r\n"
375
+ reading 489 bytes...
376
+ -> "{\"id\":\"O-2HT09787H36911800\",\"create_time\":\"2014-09-05T15:35:51Z\",\"update_time\":\"2014-09-05T15:36:47Z\",\"state\":\"expired\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"parent_payment\":\"PAY-9KG19994R2259015YKQE5QVY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/orders/O-2HT09787H36911800\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-9KG19994R2259015YKQE5QVY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
377
+ read 489 bytes
378
+ Conn keep-alive
379
+ opening connection to api.sandbox.paypal.com:443...
380
+ opened
381
+ starting SSL for api.sandbox.paypal.com:443...
382
+ SSL established
383
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 65773c31-2afc-4375-997d-a2bb70793f73\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
384
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
385
+ -> "HTTP/1.1 201 Created\r\n"
386
+ -> "Server: Apache-Coyote/1.1\r\n"
387
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1112\r\n"
388
+ -> "Paypal-Debug-Id: aeab8f2a770a9\r\n"
389
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70699&TopLevelTxnStartTime=14a636d343a&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
390
+ -> "Content-Language: *\r\n"
391
+ -> "Date: Fri, 19 Dec 2014 16:42:09 GMT\r\n"
392
+ -> "Content-Type: application/json\r\n"
393
+ -> "Content-Length: 1576\r\n"
394
+ -> "\r\n"
395
+ reading 1576 bytes...
396
+ -> "{\"id\":\"PAY-89P77095A8561511HKSKFKTA\",\"create_time\":\"2014-12-19T16:41:48Z\",\"update_time\":\"2014-12-19T16:42:09Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"0W837737AD8397947\",\"create_time\":\"2014-12-19T16:41:48Z\",\"update_time\":\"2014-12-19T16:42:09Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-89P77095A8561511HKSKFKTA\",\"valid_until\":\"2015-01-17T16:41:48Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-89P77095A8561511HKSKFKTA\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-89P77095A8561511HKSKFKTA\",\"rel\":\"self\",\"method\":\"GET\"}]}"
397
+ read 1576 bytes
398
+ Conn keep-alive
399
+ opening connection to api.sandbox.paypal.com:443...
400
+ opened
401
+ starting SSL for api.sandbox.paypal.com:443...
402
+ SSL established
403
+ <- "GET /v1/payments/authorization/0W837737AD8397947 HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
404
+ -> "HTTP/1.1 200 OK\r\n"
405
+ -> "Server: Apache-Coyote/1.1\r\n"
406
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=2694\r\n"
407
+ -> "Paypal-Debug-Id: 54c2c2c97a471\r\n"
408
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=70818&TopLevelTxnStartTime=14a636d877b&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
409
+ -> "Content-Language: *\r\n"
410
+ -> "Date: Fri, 19 Dec 2014 16:42:10 GMT\r\n"
411
+ -> "Content-Type: application/json\r\n"
412
+ -> "Content-Length: 937\r\n"
413
+ -> "\r\n"
414
+ reading 937 bytes...
415
+ -> "{\"id\":\"0W837737AD8397947\",\"create_time\":\"2014-12-19T16:41:48Z\",\"update_time\":\"2014-12-19T16:42:09Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"payment_mode\":\"INSTANT_TRANSFER\",\"state\":\"authorized\",\"protection_eligibility\":\"ELIGIBLE\",\"protection_eligibility_type\":\"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\"parent_payment\":\"PAY-89P77095A8561511HKSKFKTA\",\"valid_until\":\"2015-01-17T16:41:48Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/0W837737AD8397947/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-89P77095A8561511HKSKFKTA\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
416
+ read 937 bytes
417
+ Conn keep-alive
418
+ opening connection to api.sandbox.paypal.com:443...
419
+ opened
420
+ starting SSL for api.sandbox.paypal.com:443...
421
+ SSL established
422
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: c0fd9c05-1485-4451-b941-79279c969aa1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
423
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
424
+ -> "HTTP/1.1 201 Created\r\n"
425
+ -> "Server: Apache-Coyote/1.1\r\n"
426
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1112\r\n"
427
+ -> "Paypal-Debug-Id: af0d55ae7cd5b\r\n"
428
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70699&TopLevelTxnStartTime=14a636d8a06&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
429
+ -> "Content-Language: *\r\n"
430
+ -> "Date: Fri, 19 Dec 2014 16:42:29 GMT\r\n"
431
+ -> "Content-Type: application/json\r\n"
432
+ -> "Content-Length: 1576\r\n"
433
+ -> "\r\n"
434
+ reading 1576 bytes...
435
+ -> "{\"id\":\"PAY-8AF11818RG2413224KSKFKYQ\",\"create_time\":\"2014-12-19T16:42:10Z\",\"update_time\":\"2014-12-19T16:42:30Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"7B4985013S1814204\",\"create_time\":\"2014-12-19T16:42:10Z\",\"update_time\":\"2014-12-19T16:42:30Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-8AF11818RG2413224KSKFKYQ\",\"valid_until\":\"2015-01-17T16:42:10Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7B4985013S1814204\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7B4985013S1814204/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7B4985013S1814204/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8AF11818RG2413224KSKFKYQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8AF11818RG2413224KSKFKYQ\",\"rel\":\"self\",\"method\":\"GET\"}]}"
436
+ read 1576 bytes
437
+ Conn keep-alive
438
+ opening connection to api.sandbox.paypal.com:443...
439
+ opened
440
+ starting SSL for api.sandbox.paypal.com:443...
441
+ SSL established
442
+ <- "POST /v1/payments/authorization/7B4985013S1814204/capture HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: ff71ef28-537d-4d81-9209-f7bd81cceb98\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 44\r\n\r\n"
443
+ <- "{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"}}"
444
+ -> "HTTP/1.1 200 OK\r\n"
445
+ -> "Server: Apache-Coyote/1.1\r\n"
446
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1292\r\n"
447
+ -> "Paypal-Debug-Id: 5c9d5d6579cef\r\n"
448
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=70699&TopLevelTxnStartTime=14a636dd847&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
449
+ -> "Content-Language: *\r\n"
450
+ -> "Date: Fri, 19 Dec 2014 16:42:48 GMT\r\n"
451
+ -> "Content-Type: application/json\r\n"
452
+ -> "Content-Length: 724\r\n"
453
+ -> "\r\n"
454
+ reading 724 bytes...
455
+ -> "{\"id\":\"3A5125916X394651D\",\"create_time\":\"2014-12-19T16:42:30Z\",\"update_time\":\"2014-12-19T16:42:48Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"is_final_capture\":false,\"state\":\"completed\",\"parent_payment\":\"PAY-8AF11818RG2413224KSKFKYQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/3A5125916X394651D\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/3A5125916X394651D/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7B4985013S1814204\",\"rel\":\"authorization\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8AF11818RG2413224KSKFKYQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
456
+ read 724 bytes
457
+ Conn keep-alive
458
+ opening connection to api.sandbox.paypal.com:443...
459
+ opened
460
+ starting SSL for api.sandbox.paypal.com:443...
461
+ SSL established
462
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: d47027ce-3b0e-41bb-8b54-f5bc4bedf7f7\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
463
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
464
+ -> "HTTP/1.1 201 Created\r\n"
465
+ -> "Server: Apache-Coyote/1.1\r\n"
466
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1075\r\n"
467
+ -> "Paypal-Debug-Id: c68e0b5445a28\r\n"
468
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70699&TopLevelTxnStartTime=14a636e1ee0&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
469
+ -> "Content-Language: *\r\n"
470
+ -> "Date: Fri, 19 Dec 2014 16:43:07 GMT\r\n"
471
+ -> "Content-Type: application/json\r\n"
472
+ -> "Content-Length: 1576\r\n"
473
+ -> "\r\n"
474
+ reading 1576 bytes...
475
+ -> "{\"id\":\"PAY-45W02510S15874437KSKFLCI\",\"create_time\":\"2014-12-19T16:42:49Z\",\"update_time\":\"2014-12-19T16:43:08Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"2SM40177KG7119313\",\"create_time\":\"2014-12-19T16:42:49Z\",\"update_time\":\"2014-12-19T16:43:08Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-45W02510S15874437KSKFLCI\",\"valid_until\":\"2015-01-17T16:42:49Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/2SM40177KG7119313\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/2SM40177KG7119313/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/2SM40177KG7119313/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-45W02510S15874437KSKFLCI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-45W02510S15874437KSKFLCI\",\"rel\":\"self\",\"method\":\"GET\"}]}"
476
+ read 1576 bytes
477
+ Conn keep-alive
478
+ opening connection to api.sandbox.paypal.com:443...
479
+ opened
480
+ starting SSL for api.sandbox.paypal.com:443...
481
+ SSL established
482
+ <- "POST /v1/payments/authorization/2SM40177KG7119313/void HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: ccee2564-8fde-4808-ba05-dfdc9c867fd9\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 2\r\n\r\n"
483
+ <- "{}"
484
+ -> "HTTP/1.1 200 OK\r\n"
485
+ -> "Server: Apache-Coyote/1.1\r\n"
486
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=2079\r\n"
487
+ -> "Paypal-Debug-Id: 6385e04e44e5f\r\n"
488
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=71460&TopLevelTxnStartTime=14a636e6e41&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
489
+ -> "Content-Language: *\r\n"
490
+ -> "Date: Fri, 19 Dec 2014 16:43:09 GMT\r\n"
491
+ -> "Content-Type: application/json\r\n"
492
+ -> "Content-Length: 491\r\n"
493
+ -> "\r\n"
494
+ reading 491 bytes...
495
+ -> "{\"id\":\"2SM40177KG7119313\",\"create_time\":\"2014-12-19T16:42:49Z\",\"update_time\":\"2014-12-19T16:43:08Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"voided\",\"parent_payment\":\"PAY-45W02510S15874437KSKFLCI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/2SM40177KG7119313\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-45W02510S15874437KSKFLCI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
496
+ read 491 bytes
497
+ Conn keep-alive
498
+ opening connection to api.sandbox.paypal.com:443...
499
+ opened
500
+ starting SSL for api.sandbox.paypal.com:443...
501
+ SSL established
502
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 9bf2cef0-507b-4826-8d08-62ee59479611\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
503
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
504
+ -> "HTTP/1.1 201 Created\r\n"
505
+ -> "Server: Apache-Coyote/1.1\r\n"
506
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1075\r\n"
507
+ -> "Paypal-Debug-Id: 874e7c71434ce\r\n"
508
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=70699&TopLevelTxnStartTime=14a636e71f3&Host=slcsbpaymentsplatformserv3001.slc.paypal.com&pid=4342\r\n"
509
+ -> "Content-Language: *\r\n"
510
+ -> "Date: Fri, 19 Dec 2014 16:43:31 GMT\r\n"
511
+ -> "Content-Type: application/json\r\n"
512
+ -> "Content-Length: 1576\r\n"
513
+ -> "\r\n"
514
+ reading 1576 bytes...
515
+ -> "{\"id\":\"PAY-8EU628084L1173208KSKFLHQ\",\"create_time\":\"2014-12-19T16:43:10Z\",\"update_time\":\"2014-12-19T16:43:31Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"5SE69610YD2235836\",\"create_time\":\"2014-12-19T16:43:10Z\",\"update_time\":\"2014-12-19T16:43:31Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-8EU628084L1173208KSKFLHQ\",\"valid_until\":\"2015-01-17T16:43:10Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/5SE69610YD2235836\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/5SE69610YD2235836/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/5SE69610YD2235836/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8EU628084L1173208KSKFLHQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8EU628084L1173208KSKFLHQ\",\"rel\":\"self\",\"method\":\"GET\"}]}"
516
+ read 1576 bytes
517
+ Conn keep-alive
518
+ opening connection to api.sandbox.paypal.com:443...
519
+ opened
520
+ starting SSL for api.sandbox.paypal.com:443...
521
+ SSL established
522
+ <- "GET /v1/payments/authorization/7GH53639GA425732B HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
523
+ -> "HTTP/1.1 200 OK\r\n"
524
+ -> "Server: Apache-Coyote/1.1\r\n"
525
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1964\r\n"
526
+ -> "Paypal-Debug-Id: a3ed14284e573\r\n"
527
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=71460&TopLevelTxnStartTime=14a636ec6f2&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
528
+ -> "Content-Language: *\r\n"
529
+ -> "Date: Fri, 19 Dec 2014 16:43:31 GMT\r\n"
530
+ -> "Content-Type: application/json\r\n"
531
+ -> "Content-Length: 1070\r\n"
532
+ -> "\r\n"
533
+ reading 1070 bytes...
534
+ -> "{\"id\":\"7GH53639GA425732B\",\"create_time\":\"2013-07-31T06:20:41Z\",\"update_time\":\"2013-07-31T06:21:06Z\",\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"12.00\"}},\"payment_mode\":\"INSTANT_TRANSFER\",\"state\":\"expired\",\"protection_eligibility\":\"ELIGIBLE\",\"protection_eligibility_type\":\"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\"parent_payment\":\"PAY-98F50122XA6137358KH4KZOI\",\"valid_until\":\"2013-08-29T06:20:41Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/reauthorize\",\"rel\":\"reauthorize\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-98F50122XA6137358KH4KZOI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
535
+ read 1070 bytes
536
+ Conn keep-alive
537
+ opening connection to api.sandbox.paypal.com:443...
538
+ opened
539
+ starting SSL for api.sandbox.paypal.com:443...
540
+ SSL established
541
+ <- "POST /v1/payments/authorization/7GH53639GA425732B/reauthorize HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 47a91b08-2e29-4e99-b023-3379281563f3\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 1038\r\n\r\n"
542
+ <- "{\"id\":\"7GH53639GA425732B\",\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"payment_mode\":\"INSTANT_TRANSFER\",\"state\":\"expired\",\"protection_eligibility\":\"ELIGIBLE\",\"protection_eligibility_type\":\"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\"parent_payment\":\"PAY-98F50122XA6137358KH4KZOI\",\"valid_until\":\"2013-08-29T06:20:41Z\",\"create_time\":\"2013-07-31T06:20:41Z\",\"update_time\":\"2013-07-31T06:21:06Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/7GH53639GA425732B/reauthorize\",\"rel\":\"reauthorize\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-98F50122XA6137358KH4KZOI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
543
+ -> "HTTP/1.1 400 Bad Request\r\n"
544
+ -> "Server: Apache-Coyote/1.1\r\n"
545
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1075\r\n"
546
+ -> "Paypal-Debug-Id: e7307a6d4891d\r\n"
547
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=67638&TopLevelTxnStartTime=14a636ecc8a&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
548
+ -> "Content-Language: *\r\n"
549
+ -> "Date: Fri, 19 Dec 2014 16:43:33 GMT\r\n"
550
+ -> "Connection: close\r\n"
551
+ -> "Content-Type: application/json\r\n"
552
+ -> "Content-Length: 197\r\n"
553
+ -> "Connection: close\r\n"
554
+ -> "\r\n"
555
+ reading 197 bytes...
556
+ -> "{\"name\":\"AUTHORIZATION_EXPIRED\",\"message\":\"Authorization has expired\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#AUTHORIZATION_EXPIRED\",\"debug_id\":\"e7307a6d4891d\"}"
557
+ read 197 bytes
558
+ Conn close
559
+ opening connection to api.sandbox.paypal.com:443...
560
+ opened
561
+ starting SSL for api.sandbox.paypal.com:443...
562
+ SSL established
563
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 7dde3fee-c6c2-44a1-bb16-5b8e41c7cb27\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
564
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
565
+ -> "HTTP/1.1 201 Created\r\n"
566
+ -> "Server: Apache-Coyote/1.1\r\n"
567
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1020\r\n"
568
+ -> "Paypal-Debug-Id: 1947dabe4f3bd\r\n"
569
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=71460&TopLevelTxnStartTime=14a636ed085&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
570
+ -> "Content-Language: *\r\n"
571
+ -> "Date: Fri, 19 Dec 2014 16:43:54 GMT\r\n"
572
+ -> "Content-Type: application/json\r\n"
573
+ -> "Content-Length: 1576\r\n"
574
+ -> "\r\n"
575
+ reading 1576 bytes...
576
+ -> "{\"id\":\"PAY-84R41061J1106421JKSKFLNQ\",\"create_time\":\"2014-12-19T16:43:34Z\",\"update_time\":\"2014-12-19T16:43:54Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"50L41414BE1136044\",\"create_time\":\"2014-12-19T16:43:34Z\",\"update_time\":\"2014-12-19T16:43:54Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-84R41061J1106421JKSKFLNQ\",\"valid_until\":\"2015-01-17T16:43:34Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/50L41414BE1136044\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/50L41414BE1136044/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/50L41414BE1136044/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-84R41061J1106421JKSKFLNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-84R41061J1106421JKSKFLNQ\",\"rel\":\"self\",\"method\":\"GET\"}]}"
577
+ read 1576 bytes
578
+ Conn keep-alive
579
+ opening connection to api.sandbox.paypal.com:443...
580
+ opened
581
+ starting SSL for api.sandbox.paypal.com:443...
582
+ SSL established
583
+ <- "POST /v1/payments/authorization/50L41414BE1136044/capture HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 1cb8536b-a419-4c9e-b8ab-747669202ef1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 44\r\n\r\n"
584
+ <- "{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"}}"
6
585
  -> "HTTP/1.1 200 OK\r\n"
7
586
  -> "Server: Apache-Coyote/1.1\r\n"
8
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1172\r\n"
9
- -> "Paypal-Debug-Id: a146c4fcf2278\r\n"
587
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1020\r\n"
588
+ -> "Paypal-Debug-Id: 2e55d4c450304\r\n"
589
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=71460&TopLevelTxnStartTime=14a636f2124&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
590
+ -> "Content-Language: *\r\n"
591
+ -> "Date: Fri, 19 Dec 2014 16:44:12 GMT\r\n"
592
+ -> "Content-Type: application/json\r\n"
593
+ -> "Content-Length: 724\r\n"
594
+ -> "\r\n"
595
+ reading 724 bytes...
596
+ -> "{\"id\":\"55D2115695255434K\",\"create_time\":\"2014-12-19T16:43:55Z\",\"update_time\":\"2014-12-19T16:44:12Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"is_final_capture\":false,\"state\":\"completed\",\"parent_payment\":\"PAY-84R41061J1106421JKSKFLNQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/55D2115695255434K\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/55D2115695255434K/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/50L41414BE1136044\",\"rel\":\"authorization\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-84R41061J1106421JKSKFLNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
597
+ read 724 bytes
598
+ Conn keep-alive
599
+ opening connection to api.sandbox.paypal.com:443...
600
+ opened
601
+ starting SSL for api.sandbox.paypal.com:443...
602
+ SSL established
603
+ <- "GET /v1/payments/capture/55D2115695255434K HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
604
+ -> "HTTP/1.1 200 OK\r\n"
605
+ -> "Server: Apache-Coyote/1.1\r\n"
606
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=3426\r\n"
607
+ -> "Paypal-Debug-Id: 9de4ceea52df7\r\n"
608
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.capture&CalThreadId=67638&TopLevelTxnStartTime=14a636f68ea&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
609
+ -> "Content-Language: *\r\n"
610
+ -> "Date: Fri, 19 Dec 2014 16:44:13 GMT\r\n"
611
+ -> "Content-Type: application/json\r\n"
612
+ -> "Content-Length: 576\r\n"
613
+ -> "\r\n"
614
+ reading 576 bytes...
615
+ -> "{\"id\":\"55D2115695255434K\",\"create_time\":\"2014-12-19T16:43:55Z\",\"update_time\":\"2014-12-19T16:44:12Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"state\":\"completed\",\"parent_payment\":\"PAY-84R41061J1106421JKSKFLNQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/55D2115695255434K\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/55D2115695255434K/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-84R41061J1106421JKSKFLNQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
616
+ read 576 bytes
617
+ Conn keep-alive
618
+ opening connection to api.sandbox.paypal.com:443...
619
+ opened
620
+ starting SSL for api.sandbox.paypal.com:443...
621
+ SSL established
622
+ <- "POST /v1/payments/payment HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: df5447fd-b624-412f-81cf-9aaec56ac8b7\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 478\r\n\r\n"
623
+ <- "{\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}}]},\"transactions\":[{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"},\"description\":\"This is the payment transaction description.\"}]}"
624
+ -> "HTTP/1.1 201 Created\r\n"
625
+ -> "Server: Apache-Coyote/1.1\r\n"
626
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=945\r\n"
627
+ -> "Paypal-Debug-Id: 5869eab9548dd\r\n"
628
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=71460&TopLevelTxnStartTime=14a636f6b44&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
629
+ -> "Content-Language: *\r\n"
630
+ -> "Date: Fri, 19 Dec 2014 16:44:33 GMT\r\n"
631
+ -> "Content-Type: application/json\r\n"
632
+ -> "Content-Length: 1576\r\n"
633
+ -> "\r\n"
634
+ reading 1576 bytes...
635
+ -> "{\"id\":\"PAY-14F6910681925225XKSKFLXQ\",\"create_time\":\"2014-12-19T16:44:14Z\",\"update_time\":\"2014-12-19T16:44:33Z\",\"state\":\"approved\",\"intent\":\"authorize\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"}}}]},\"transactions\":[{\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"description\":\"This is the payment transaction description.\",\"related_resources\":[{\"authorization\":{\"id\":\"3SL62184XX2790802\",\"create_time\":\"2014-12-19T16:44:14Z\",\"update_time\":\"2014-12-19T16:44:33Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"1.00\"}},\"state\":\"authorized\",\"parent_payment\":\"PAY-14F6910681925225XKSKFLXQ\",\"valid_until\":\"2015-01-17T16:44:14Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/3SL62184XX2790802\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/3SL62184XX2790802/capture\",\"rel\":\"capture\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/3SL62184XX2790802/void\",\"rel\":\"void\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-14F6910681925225XKSKFLXQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-14F6910681925225XKSKFLXQ\",\"rel\":\"self\",\"method\":\"GET\"}]}"
636
+ read 1576 bytes
637
+ Conn keep-alive
638
+ opening connection to api.sandbox.paypal.com:443...
639
+ opened
640
+ starting SSL for api.sandbox.paypal.com:443...
641
+ SSL established
642
+ <- "POST /v1/payments/authorization/3SL62184XX2790802/capture HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: d167b31a-864c-4e95-8f4f-cb40bb93961a\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 44\r\n\r\n"
643
+ <- "{\"amount\":{\"currency\":\"USD\",\"total\":\"1.00\"}}"
644
+ -> "HTTP/1.1 200 OK\r\n"
645
+ -> "Server: Apache-Coyote/1.1\r\n"
646
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=2969\r\n"
647
+ -> "Paypal-Debug-Id: 139bbcd25ffa8\r\n"
648
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.authorization&CalThreadId=67638&TopLevelTxnStartTime=14a636fbb13&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
649
+ -> "Content-Language: *\r\n"
650
+ -> "Date: Fri, 19 Dec 2014 16:44:51 GMT\r\n"
651
+ -> "Content-Type: application/json\r\n"
652
+ -> "Content-Length: 724\r\n"
653
+ -> "\r\n"
654
+ reading 724 bytes...
655
+ -> "{\"id\":\"6M4262943L550404P\",\"create_time\":\"2014-12-19T16:44:34Z\",\"update_time\":\"2014-12-19T16:44:51Z\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"is_final_capture\":false,\"state\":\"completed\",\"parent_payment\":\"PAY-14F6910681925225XKSKFLXQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/6M4262943L550404P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/6M4262943L550404P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/authorization/3SL62184XX2790802\",\"rel\":\"authorization\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-14F6910681925225XKSKFLXQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}"
656
+ read 724 bytes
657
+ Conn keep-alive
658
+ opening connection to api.sandbox.paypal.com:443...
659
+ opened
660
+ starting SSL for api.sandbox.paypal.com:443...
661
+ SSL established
662
+ <- "POST /v1/payments/capture/6M4262943L550404P/refund HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 645445c9-6f89-48ca-9ba1-72b69f49bf77\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 2\r\n\r\n"
663
+ <- "{}"
664
+ -> "HTTP/1.1 201 Created\r\n"
665
+ -> "Server: Apache-Coyote/1.1\r\n"
666
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1011\r\n"
667
+ -> "Paypal-Debug-Id: 8f9ad1035db29\r\n"
668
+ -> "SERVER_INFO: paymentsplatformserv:v1.payments.capture&CalThreadId=71459&TopLevelTxnStartTime=14a636fff6e&Host=slcsbpaymentsplatformserv3002.slc.paypal.com&pid=22545\r\n"
669
+ -> "Content-Language: *\r\n"
670
+ -> "Date: Fri, 19 Dec 2014 16:44:53 GMT\r\n"
671
+ -> "Content-Type: application/json\r\n"
672
+ -> "Content-Length: 601\r\n"
673
+ -> "\r\n"
674
+ reading 601 bytes...
675
+ -> "{\"id\":\"97S40232N1921231S\",\"create_time\":\"2014-12-19T16:44:53Z\",\"update_time\":\"2014-12-19T16:44:53Z\",\"state\":\"completed\",\"amount\":{\"total\":\"1.00\",\"currency\":\"USD\"},\"capture_id\":\"6M4262943L550404P\",\"parent_payment\":\"PAY-14F6910681925225XKSKFLXQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/refund/97S40232N1921231S\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-14F6910681925225XKSKFLXQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/6M4262943L550404P\",\"rel\":\"capture\",\"method\":\"GET\"}]}"
676
+ read 601 bytes
677
+ Conn keep-alive
678
+ opening connection to api.sandbox.paypal.com:443...
679
+ opened
680
+ starting SSL for api.sandbox.paypal.com:443...
681
+ SSL established
682
+ <- "POST /v1/vault/credit-card HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: e4903de5-9fb8-481d-9f2b-43f37daf8a7f\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 251\r\n\r\n"
683
+ <- "{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018,\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"country_code\":\"US\",\"postal_code\":\"43210\",\"state\":\"OH\"}}"
684
+ -> "HTTP/1.1 201 Created\r\n"
685
+ -> "Server: Apache-Coyote/1.1\r\n"
686
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=945\r\n"
687
+ -> "Paypal-Debug-Id: 3aec6f3aa2271\r\n"
688
+ -> "Content-Language: *\r\n"
689
+ -> "Date: Fri, 19 Dec 2014 16:44:53 GMT\r\n"
690
+ -> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=22482&TopLevelTxnStartTime=14a6370069f&Host=slcsbvaultplatformserv501.slc.paypal.com&pid=8529\r\n"
691
+ -> "Content-Type: application/json\r\n"
692
+ -> "Content-Length: 784\r\n"
693
+ -> "\r\n"
694
+ reading 784 bytes...
695
+ -> "{\"id\":\"CARD-47P613625C346580BKSKFMBI\",\"state\":\"ok\",\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"},\"valid_until\":\"2017-12-18T00:00:00Z\",\"create_time\":\"2014-12-19T16:44:53Z\",\"update_time\":\"2014-12-19T16:44:53Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"delete\",\"method\":\"DELETE\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"patch\",\"method\":\"PATCH\"}]}"
696
+ read 784 bytes
697
+ Conn keep-alive
698
+ opening connection to api.sandbox.paypal.com:443...
699
+ opened
700
+ starting SSL for api.sandbox.paypal.com:443...
701
+ SSL established
702
+ <- "GET /v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
703
+ -> "HTTP/1.1 200 OK\r\n"
704
+ -> "Server: Apache-Coyote/1.1\r\n"
705
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=945\r\n"
706
+ -> "Paypal-Debug-Id: b33202c3a2c7d\r\n"
707
+ -> "Content-Language: *\r\n"
708
+ -> "Date: Fri, 19 Dec 2014 16:44:54 GMT\r\n"
709
+ -> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=22482&TopLevelTxnStartTime=14a63700896&Host=slcsbvaultplatformserv501.slc.paypal.com&pid=8529\r\n"
710
+ -> "Content-Type: application/json\r\n"
711
+ -> "Content-Length: 784\r\n"
712
+ -> "\r\n"
713
+ reading 784 bytes...
714
+ -> "{\"id\":\"CARD-47P613625C346580BKSKFMBI\",\"state\":\"ok\",\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"billing_address\":{\"line1\":\"52 N Main ST\",\"city\":\"Johnstown\",\"state\":\"OH\",\"postal_code\":\"43210\",\"country_code\":\"US\"},\"valid_until\":\"2017-12-18T00:00:00Z\",\"create_time\":\"2014-12-19T16:44:53Z\",\"update_time\":\"2014-12-19T16:44:53Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"delete\",\"method\":\"DELETE\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-47P613625C346580BKSKFMBI\",\"rel\":\"patch\",\"method\":\"PATCH\"}]}"
715
+ read 784 bytes
716
+ Conn keep-alive
717
+ opening connection to api.sandbox.paypal.com:443...
718
+ opened
719
+ starting SSL for api.sandbox.paypal.com:443...
720
+ SSL established
721
+ <- "POST /v1/vault/credit-card HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 97c3db28-32db-4f2f-bc23-cfa3079a00a0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 80\r\n\r\n"
722
+ <- "{\"number\":\"4417119669820331\",\"type\":\"visa\",\"expire_month\":11,\"expire_year\":2018}"
723
+ -> "HTTP/1.1 201 Created\r\n"
724
+ -> "Server: Apache-Coyote/1.1\r\n"
725
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1011\r\n"
726
+ -> "Paypal-Debug-Id: 145b8795a2e88\r\n"
727
+ -> "Content-Language: *\r\n"
728
+ -> "Date: Fri, 19 Dec 2014 16:44:54 GMT\r\n"
729
+ -> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=22482&TopLevelTxnStartTime=14a63700aab&Host=slcsbvaultplatformserv501.slc.paypal.com&pid=8529\r\n"
730
+ -> "Content-Type: application/json\r\n"
731
+ -> "Content-Length: 626\r\n"
732
+ -> "\r\n"
733
+ reading 626 bytes...
734
+ -> "{\"id\":\"CARD-4KV92609GF554214TKSKFMBQ\",\"state\":\"ok\",\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"valid_until\":\"2017-12-18T00:00:00Z\",\"create_time\":\"2014-12-19T16:44:54Z\",\"update_time\":\"2014-12-19T16:44:54Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-4KV92609GF554214TKSKFMBQ\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-4KV92609GF554214TKSKFMBQ\",\"rel\":\"delete\",\"method\":\"DELETE\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-4KV92609GF554214TKSKFMBQ\",\"rel\":\"patch\",\"method\":\"PATCH\"}]}"
735
+ read 626 bytes
736
+ Conn keep-alive
737
+ opening connection to api.sandbox.paypal.com:443...
738
+ opened
739
+ starting SSL for api.sandbox.paypal.com:443...
740
+ SSL established
741
+ <- "DELETE /v1/vault/credit-card/CARD-4KV92609GF554214TKSKFMBQ HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
742
+ -> "HTTP/1.1 204 No Content\r\n"
743
+ -> "Server: Apache-Coyote/1.1\r\n"
744
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=2183\r\n"
745
+ -> "Paypal-Debug-Id: a72210bda49c2\r\n"
746
+ -> "Content-Language: *\r\n"
747
+ -> "Date: Fri, 19 Dec 2014 16:44:55 GMT\r\n"
748
+ -> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=157&TopLevelTxnStartTime=14a63700cd5&Host=slcsbvaultplatformserv502.slc.paypal.com&pid=5425\r\n"
749
+ -> "\r\n"
750
+ Conn keep-alive
751
+ opening connection to api.sandbox.paypal.com:443...
752
+ opened
753
+ starting SSL for api.sandbox.paypal.com:443...
754
+ SSL established
755
+ <- "POST /v1/vault/credit-card HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: faf438e9-a695-44c3-874f-b067ba54f562\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 43\r\n\r\n"
756
+ <- "{\"number\":\"4111111111111111\",\"type\":\"visa\"}"
757
+ -> "HTTP/1.1 400 Bad Request\r\n"
758
+ -> "Server: Apache-Coyote/1.1\r\n"
759
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=2183\r\n"
760
+ -> "Paypal-Debug-Id: aa194094a4bdf\r\n"
761
+ -> "Content-Language: *\r\n"
762
+ -> "Date: Fri, 19 Dec 2014 16:44:55 GMT\r\n"
763
+ -> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=157&TopLevelTxnStartTime=14a63700ed3&Host=slcsbvaultplatformserv502.slc.paypal.com&pid=5425\r\n"
764
+ -> "Connection: close\r\n"
765
+ -> "Content-Type: application/json\r\n"
766
+ -> "Content-Length: 300\r\n"
767
+ -> "Connection: close\r\n"
768
+ -> "\r\n"
769
+ reading 300 bytes...
770
+ -> "{\"name\":\"VALIDATION_ERROR\",\"details\":[{\"field\":\"expire_year\",\"issue\":\"Required field missing\"},{\"field\":\"expire_month\",\"issue\":\"Required field missing\"}],\"message\":\"Invalid request - see details\",\"information_link\":\"https://developer.paypal.com/docs/api/#VALIDATION_ERROR\",\"debug_id\":\"aa194094a4bdf\"}"
771
+ read 300 bytes
772
+ Conn close
773
+ opening connection to api.sandbox.paypal.com:443...
774
+ opened
775
+ starting SSL for api.sandbox.paypal.com:443...
776
+ SSL established
777
+ <- "GET /v1/payment-experience/web-profiles/ HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
778
+ -> "HTTP/1.1 200 OK\r\n"
779
+ -> "Server: Apache-Coyote/1.1\r\n"
780
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1087\r\n"
781
+ -> "Paypal-Debug-Id: 183f19b0a3196\r\n"
10
782
  -> "Pragma: No-cache\r\n"
11
783
  -> "Cache-Control: no-cache\r\n"
12
784
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
13
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbae8d0&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
14
- -> "Date: Mon, 15 Dec 2014 20:54:17 GMT\r\n"
785
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a637015d1&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
786
+ -> "Date: Fri, 19 Dec 2014 16:44:58 GMT\r\n"
15
787
  -> "Content-Type: application/json\r\n"
16
788
  -> "Transfer-Encoding: chunked\r\n"
17
789
  -> "\r\n"
@@ -24,80 +796,80 @@ reading 2 bytes...
24
796
  read 2 bytes
25
797
  -> "2000\r\n"
26
798
  reading 8192 bytes...
27
- -> "e\":\"US\"}},{\"id\":\"XP-7S4X-2KVQ-XFGJ-7AK8\",\"name\":\"YeowZa! T-Shirt Shop7023617367020645335\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_"
28
- -> "name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JSF8-ZRLR-C7JM-HGT6\",\"name\":\"YeowZa! T-Shirt Shop-8042502792058333315\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-STVN-BVL2-WY8F-ED69\",\"name\":\"YeowZa! T-Shirt Shop-8601442627408318645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PU2Z-KFVL-BASF-EP5G\",\"name\":\"Sample Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y2RU-8DPE-76Q7-H57P\",\"name\":\"YeowZ T-Shir Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-343F-E54T-PANP-ZMCF\",\"name\":\"Yeow T-Shir Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-F9CT-BDZ3-QFAG-DE2M\",\"name\":\"YeowZa! T-Shirt Shop3287404374530977023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YGK7-6954-DZRN-SWN6\",\"name\":\"Sample Shodpping\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-FPA2-8VVL-QRCR-J7X4\",\"name\":\"YeowZa! T-Shirt Shop1840669915592409994\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VFQ5-PQMG-KDWF-42RY\",\"name\":\"YeowZa! T-Shirt Shop4848643525111901828\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KQD8-LJ6N-HNCE-B3FX\",\"name\":\"Sample Shopping\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-47HD-DSLM-5D7S-EYV9\",\"name\":\"YeowZa! T-Shirt Shop-1122730169155049815\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2LC8-BV3F-JC3A-N3EC\",\"name\":\"YeowZa! T-Shirt Shop6649033518110088011\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KNVA-9LYF-AEMX-ZE8B\",\"name\":\"YeowZa! T-Shirt Shop-857331709267299604\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HCYJ-FBCQ-KJS2-ASWH\",\"name\":\"YeowZa! T-Shirt Shop-3163056192844773625\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LJQ5-SEAU-LFMD-PJ65\",\"name\":\"Sample Shodppig\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-QL3Q-FE3R-6KEP-W3E6\",\"name\":\"YeowZa! T-Shirt Shop691533302383704124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X4J8-6HZY-A93C-N2U2\",\"name\":\"YeowZa! T-Shirt Shop-5355346772163164023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3S2P-VDVH-2WAU-LC94\",\"name\":\"YeowZa! T-Shirt Shop8205086600835375651\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-36RV-P9JQ-NM8A-6HB6\",\"name\":\"YeowZa! T-Shirt Shop957537368062615592\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6EMF-LBZ4-YSUT-TSXL\",\"name\":\"YeowZa! T-Shirt Shop5366813718526913905\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-48C3-7HSS-Y5QL-XL5Z\",\"name\":\"YeowZa! T-Shirt Shop8178923560399006602\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AR6V-CTRU-J4YN-3MRY\",\"name\":\"YeowZa! T-Shirt Shop-5527242851076304378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":tr"
799
+ -> "e\":\"US\"}},{\"id\":\"XP-7S4X-2KVQ-XFGJ-7AK8\",\"name\":\"YeowZa! T-Shirt Shop7023617367020645335\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand"
800
+ -> "_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JSF8-ZRLR-C7JM-HGT6\",\"name\":\"YeowZa! T-Shirt Shop-8042502792058333315\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-STVN-BVL2-WY8F-ED69\",\"name\":\"YeowZa! T-Shirt Shop-8601442627408318645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PU2Z-KFVL-BASF-EP5G\",\"name\":\"Sample Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y2RU-8DPE-76Q7-H57P\",\"name\":\"YeowZ T-Shir Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-343F-E54T-PANP-ZMCF\",\"name\":\"Yeow T-Shir Shop\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-F9CT-BDZ3-QFAG-DE2M\",\"name\":\"YeowZa! T-Shirt Shop3287404374530977023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YGK7-6954-DZRN-SWN6\",\"name\":\"Sample Shodpping\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-FPA2-8VVL-QRCR-J7X4\",\"name\":\"YeowZa! T-Shirt Shop1840669915592409994\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VFQ5-PQMG-KDWF-42RY\",\"name\":\"YeowZa! T-Shirt Shop4848643525111901828\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KQD8-LJ6N-HNCE-B3FX\",\"name\":\"Sample Shopping\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Nature_photographer.jpg/1599px-Nature_photographer.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-47HD-DSLM-5D7S-EYV9\",\"name\":\"YeowZa! T-Shirt Shop-1122730169155049815\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2LC8-BV3F-JC3A-N3EC\",\"name\":\"YeowZa! T-Shirt Shop6649033518110088011\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KNVA-9LYF-AEMX-ZE8B\",\"name\":\"YeowZa! T-Shirt Shop-857331709267299604\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HCYJ-FBCQ-KJS2-ASWH\",\"name\":\"YeowZa! T-Shirt Shop-3163056192844773625\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LJQ5-SEAU-LFMD-PJ65\",\"name\":\"Sample Shodppig\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-QL3Q-FE3R-6KEP-W3E6\",\"name\":\"YeowZa! T-Shirt Shop691533302383704124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X4J8-6HZY-A93C-N2U2\",\"name\":\"YeowZa! T-Shirt Shop-5355346772163164023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3S2P-VDVH-2WAU-LC94\",\"name\":\"YeowZa! T-Shirt Shop8205086600835375651\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-36RV-P9JQ-NM8A-6HB6\",\"name\":\"YeowZa! T-Shirt Shop957537368062615592\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6EMF-LBZ4-YSUT-TSXL\",\"name\":\"YeowZa! T-Shirt Shop5366813718526913905\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-48C3-7HSS-Y5QL-XL5Z\",\"name\":\"YeowZa! T-Shirt Shop8178923560399006602\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AR6V-CTRU-J4YN-3MRY\",\"name\":\"YeowZa! T-Shirt Shop-5527242851076304378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":tr"
29
801
  read 8192 bytes
30
802
  reading 2 bytes...
31
803
  -> "\r\n"
32
804
  read 2 bytes
33
805
  -> "2000\r\n"
34
806
  reading 8192 bytes...
35
- -> "ue,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-28VP-SMDF-BGEK-XA7R\",\"name\":\"syumrj54s4i\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-CB4J-R6BF-DKP8-W4PP\",\"name\":\"kgzh9tfbt9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-XZ5H-A79T-UUXZ-2VP5\",\"name\":\"c708iau4n29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1"
36
- -> ",\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-T5FM-4NCY-FP9L-VUAG\",\"name\":\"YeowZa! T-Shirt Shop-1605494912514187023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3NWU-L5YK-X5EC-6KJM\",\"name\":\"XP-3NWU-L5YK-X5EC-6KJM\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":0},\"presentation\":{\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\"}},{\"id\":\"XP-GDDK-7UEE-S4FT-DZP8\",\"name\":\"YeowZa! T-Shirt Shop5361351614217670442\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-P825-WB5G-8ZKT-H8PV\",\"name\":\"VJOQYPQLTXPB\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-MW8G-MRM6-GBVQ-NATL\",\"name\":\"6pw9zjb57b9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-T4T5-DET4-EN7S-B2PQ\",\"name\":\"fvf426gvi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-5MHX-MJCG-RQVZ-RE3M\",\"name\":\"tiskbcpu8fr\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-FKR2-ZEYA-EKKE-TQJN\",\"name\":\"lquipl7syvi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-PN7F-E6LU-KMP2-87L8\",\"name\":\"ez5np8yf1or\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Q56-A8QW-3YB3-77N5\",\"name\":\"od95i9newmi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-U6SB-RE9P-C293-CPSJ\",\"name\":\"MXMFCPRYXGXU\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-6BQU-ZWAB-ZCAF-5PDW\",\"name\":\"YeowZa! T-Shirt Shop-1168670274601094896\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7V4X-6NGL-9V4V-HEPN\",\"name\":\"YeowZa! T-Shirt Shop54385bea183b4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-PKCD-W49L-8EBU-5USA\",\"name\":\"YeowZa! T-Shirt Shop54385bdd042d0\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-373X-TDXC-TBKG-2R96\",\"name\":\"YeowZa! T-Shirt Shop54385bfd4dd6e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4KAC-3KPM-XQ7N-YNHY\",\"name\":\"YeowZa! T-Shirt Shop54385bf58f85a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SVW6-A98Y-BHDY-GZPR\",\"name\":\"YeowZa! T-Shirt Shop54385b1bad9af\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-YSCE-NN4J-HYNL-Y7EX\",\"name\":\"YeowZa! T-Shirt Shop54385c1016681\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8W2T-C4AS-CB3L-GKDF\",\"name\":\"YeowZa! T-Shirt Shop-4567003076153464328\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JFDQ-2P8M-W4TV-28TC\",\"name\":\"YeowZa! T-Shirt Shop6771801092660405145\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H8TC-VAH6-9AA5-NUJH\",\"name\":\"YeowZa! T-Shirt Shop6161489769416839163\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_u"
807
+ -> "ue,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-28VP-SMDF-BGEK-XA7R\",\"name\":\"syumrj54s4i\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-CB4J-R6BF-DKP8-W4PP\",\"name\":\"kgzh9tfbt9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-XZ5H-A79T-UUXZ-2VP5\",\"name\":\"c708iau4n29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":"
808
+ -> "1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-T5FM-4NCY-FP9L-VUAG\",\"name\":\"YeowZa! T-Shirt Shop-1605494912514187023\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3NWU-L5YK-X5EC-6KJM\",\"name\":\"XP-3NWU-L5YK-X5EC-6KJM\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":0},\"presentation\":{\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\"}},{\"id\":\"XP-GDDK-7UEE-S4FT-DZP8\",\"name\":\"YeowZa! T-Shirt Shop5361351614217670442\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-P825-WB5G-8ZKT-H8PV\",\"name\":\"VJOQYPQLTXPB\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-MW8G-MRM6-GBVQ-NATL\",\"name\":\"6pw9zjb57b9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-T4T5-DET4-EN7S-B2PQ\",\"name\":\"fvf426gvi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-5MHX-MJCG-RQVZ-RE3M\",\"name\":\"tiskbcpu8fr\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-FKR2-ZEYA-EKKE-TQJN\",\"name\":\"lquipl7syvi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-PN7F-E6LU-KMP2-87L8\",\"name\":\"ez5np8yf1or\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Q56-A8QW-3YB3-77N5\",\"name\":\"od95i9newmi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-U6SB-RE9P-C293-CPSJ\",\"name\":\"MXMFCPRYXGXU\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-6BQU-ZWAB-ZCAF-5PDW\",\"name\":\"YeowZa! T-Shirt Shop-1168670274601094896\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7V4X-6NGL-9V4V-HEPN\",\"name\":\"YeowZa! T-Shirt Shop54385bea183b4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-PKCD-W49L-8EBU-5USA\",\"name\":\"YeowZa! T-Shirt Shop54385bdd042d0\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-373X-TDXC-TBKG-2R96\",\"name\":\"YeowZa! T-Shirt Shop54385bfd4dd6e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4KAC-3KPM-XQ7N-YNHY\",\"name\":\"YeowZa! T-Shirt Shop54385bf58f85a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SVW6-A98Y-BHDY-GZPR\",\"name\":\"YeowZa! T-Shirt Shop54385b1bad9af\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-YSCE-NN4J-HYNL-Y7EX\",\"name\":\"YeowZa! T-Shirt Shop54385c1016681\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8W2T-C4AS-CB3L-GKDF\",\"name\":\"YeowZa! T-Shirt Shop-4567003076153464328\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JFDQ-2P8M-W4TV-28TC\",\"name\":\"YeowZa! T-Shirt Shop6771801092660405145\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H8TC-VAH6-9AA5-NUJH\",\"name\":\"YeowZa! T-Shirt Shop6161489769416839163\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_u"
37
809
  read 8192 bytes
38
810
  reading 2 bytes...
39
811
  -> "\r\n"
40
812
  read 2 bytes
41
813
  -> "2000\r\n"
42
814
  reading 8192 bytes...
43
- -> "rl\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8LHX-AQ9C-SSEV-LJ3J\",\"name\":\"YeowZa! T-Shirt Shop543861f0392e1\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8GUC-63DY-R8FB-6J6A\",\"name\":\"YeowZa! T-Shirt Shop-225083324996674790\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HV3P-JMCN-CKVN-2AUL\",\"name\":\"YeowZa! T-Shirt Shop543862047ebf8\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NYEJ-Z53E-LEAJ-3BUU\",\"name\":\"YeowZa! T-Shirt Shop54386213249a7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-FD99-8FVC-W372-MH2N\",\"name\":\"YeowZa! T-Shirt Shop5438624707311\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-BSK5-4EH6-CQAM-CXBW\",\"name\":\"YeowZa! T-Shirt Shop54386459cac60\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_n"
44
- -> "ame\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y7FT-RLHR-4TE2-DM27\",\"name\":\"YeowZa! T-Shirt Shop543862bc3f90d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-UTVL-ECVG-CP6P-4NZ7\",\"name\":\"YeowZa! T-Shirt Shop5414850006399572033\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-S223-KNNM-4FNE-M36F\",\"name\":\"YeowZa! T-Shirt Shop543862ad1d4f1\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3P97-4AQK-XTSY-NTQF\",\"name\":\"YeowZa! T-Shirt Shop5438629873648\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-JSUR-GRHT-Y68V-DDLD\",\"name\":\"YeowZa! T-Shirt Shop543862768f6e7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-B6JP-EPAL-5S5X-B6MM\",\"name\":\"YeowZa! T-Shirt Shop54386270e691e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-LGWA-448W-D9LV-YVJ3\",\"name\":\"YeowZa! T-Shirt Shop543862682f787\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-MY7M-RF26-ZXHB-6MMS\",\"name\":\"YeowZa! T-Shirt Shop5438624bbae47\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6GSD-MDNM-PK88-L8BW\",\"name\":\"YeowZa! T-Shirt Shop-2604895524038202017\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YDDR-U9RR-Q4MZ-H2WU\",\"name\":\"YeowZa! T-Shirt Shop4356609436076319818\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-587E-8X7A-EMZW-2UWB\",\"name\":\"YeowZa! T-Shirt Shop543866fef1dbd\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-RJNH-TW6C-B2C8-V6ZB\",\"name\":\"YeowZa! T-Shirt Shop7564119843214561309\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RMKY-RH6M-34YT-FJNR\",\"name\":\"YeowZa! T-Shirt Shop543866aa3c9b2\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5MJM-XKEK-A67T-FJTG\",\"name\":\"YeowZa! T-Shirt Shop-8227431652969665299\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2QRC-MW4N-46DF-RQGR\",\"name\":\"YeowZa! T-Shirt Shop543865f669b0e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VMPR-VX7J-5NBV-2PXX\",\"name\":\"YeowZa! T-Shirt Shop9108532207487139480\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H68Q-FCQ6-PL7W-LNH9\",\"name\":\"YeowZa! T-Shirt Shop543864ba533f7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-48YQ-YY8V-4UY9-BDUT\",\"name\":\"YeowZa! T-Shirt Shop3758405989928245113\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W963-FY6J-6C68-TMLF\",\"name\":\"YeowZa! T-Shirt Shop543864afa0ddf\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HGMW-TJ5T-ZTAV-H38C\",\"name\":\"YeowZa! T-Shirt Shop543864a863860\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-R5VP-XVGP-JUXM-CKMQ\",\"name\":\"YeowZa! T-Shirt Shop7241370744501598824\",\"flow_config\":{\"lan"
815
+ -> "rl\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8LHX-AQ9C-SSEV-LJ3J\",\"name\":\"YeowZa! T-Shirt Shop543861f0392e1\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8GUC-63DY-R8FB-6J6A\",\"name\":\"YeowZa! T-Shirt Shop-225083324996674790\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HV3P-JMCN-CKVN-2AUL\",\"name\":\"YeowZa! T-Shirt Shop543862047ebf8\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NYEJ-Z53E-LEAJ-3BUU\",\"name\":\"YeowZa! T-Shirt Shop54386213249a7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-FD99-8FVC-W372-MH2N\",\"name\":\"YeowZa! T-Shirt Shop5438624707311\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-BSK5-4EH6-CQAM-CXBW\",\"name\":\"YeowZa! T-Shirt Shop54386459cac60\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_"
816
+ -> "name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y7FT-RLHR-4TE2-DM27\",\"name\":\"YeowZa! T-Shirt Shop543862bc3f90d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-UTVL-ECVG-CP6P-4NZ7\",\"name\":\"YeowZa! T-Shirt Shop5414850006399572033\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-S223-KNNM-4FNE-M36F\",\"name\":\"YeowZa! T-Shirt Shop543862ad1d4f1\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3P97-4AQK-XTSY-NTQF\",\"name\":\"YeowZa! T-Shirt Shop5438629873648\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-JSUR-GRHT-Y68V-DDLD\",\"name\":\"YeowZa! T-Shirt Shop543862768f6e7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-B6JP-EPAL-5S5X-B6MM\",\"name\":\"YeowZa! T-Shirt Shop54386270e691e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-LGWA-448W-D9LV-YVJ3\",\"name\":\"YeowZa! T-Shirt Shop543862682f787\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-MY7M-RF26-ZXHB-6MMS\",\"name\":\"YeowZa! T-Shirt Shop5438624bbae47\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6GSD-MDNM-PK88-L8BW\",\"name\":\"YeowZa! T-Shirt Shop-2604895524038202017\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YDDR-U9RR-Q4MZ-H2WU\",\"name\":\"YeowZa! T-Shirt Shop4356609436076319818\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-587E-8X7A-EMZW-2UWB\",\"name\":\"YeowZa! T-Shirt Shop543866fef1dbd\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-RJNH-TW6C-B2C8-V6ZB\",\"name\":\"YeowZa! T-Shirt Shop7564119843214561309\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RMKY-RH6M-34YT-FJNR\",\"name\":\"YeowZa! T-Shirt Shop543866aa3c9b2\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5MJM-XKEK-A67T-FJTG\",\"name\":\"YeowZa! T-Shirt Shop-8227431652969665299\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2QRC-MW4N-46DF-RQGR\",\"name\":\"YeowZa! T-Shirt Shop543865f669b0e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VMPR-VX7J-5NBV-2PXX\",\"name\":\"YeowZa! T-Shirt Shop9108532207487139480\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H68Q-FCQ6-PL7W-LNH9\",\"name\":\"YeowZa! T-Shirt Shop543864ba533f7\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-48YQ-YY8V-4UY9-BDUT\",\"name\":\"YeowZa! T-Shirt Shop3758405989928245113\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W963-FY6J-6C68-TMLF\",\"name\":\"YeowZa! T-Shirt Shop543864afa0ddf\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HGMW-TJ5T-ZTAV-H38C\",\"name\":\"YeowZa! T-Shirt Shop543864a863860\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-R5VP-XVGP-JUXM-CKMQ\",\"name\":\"YeowZa! T-Shirt Shop7241370744501598824\",\"flow_config\":{\"lan"
45
817
  read 8192 bytes
46
818
  reading 2 bytes...
47
819
  -> "\r\n"
48
820
  read 2 bytes
49
821
  -> "2000\r\n"
50
822
  reading 8192 bytes...
51
- -> "ding_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DJU7-ABD5-4AR4-9NN3\",\"name\":\"YeowZa! T-Shirt Shop543868727364a\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-XC2V-YCY4-JMGU-23CH\",\"name\":\"YeowZa! T-Shirt Shop543868cdafdc9\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GUTF-ZN9L-2JUJ-ZSWP\",\"name\":\"YeowZa! T-Shirt Shop5438682f568db\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-QZP9-C2B5-Z835-UMBX\",\"name\":\"YeowZa! T-Shirt Shop5438683b238ec\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6DXB-3HTB-ZHDH-LFQC\",\"name\":\"YeowZa! T-Shirt Shop543867bab6dc2\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SPG2-RUV3-HY2N-PGN7\",\"name\":\"YeowZa! T-Shirt Shop-760802826252036832\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-E85L-HK3T-45N6-E3C3\",\"name\":\"YeowZa! T-Shirt Shop543867f2ebe91\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-EGGS-N4X2-GMNY-URES\",\"name\":\"YeowZa! T-Shirt Shop543867129e135\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NLAQ-V32Q-FFCT-AG6C\",\"name\":\"YeowZa! T-Shirt Shop5438675c3ba46\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.co"
52
- -> "m/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NXC5-E6JD-MWQX-TMAF\",\"name\":\"YeowZa! T-Shirt Shop54389c2691169\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GFSA-MZKX-A2V2-F8X3\",\"name\":\"YeowZa! T-Shirt Shop54389c346b498\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-9CQC-7YM3-3Y3G-SS97\",\"name\":\"YeowZa! T-Shirt Shop54386a1d6a47f\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7Q3E-R79W-D2B2-EZAG\",\"name\":\"YeowZa! T-Shirt Shop-2152160135672929817\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GNZ5-WZYF-WRGN-AZZN\",\"name\":\"YeowZa! T-Shirt Shop54389c20efa22\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5Z37-A7DX-WWX4-X85J\",\"name\":\"YeowZa! T-Shirt Shop54386964539d5\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-MUYN-8DZ3-MW4B-PGM9\",\"name\":\"YeowZa! T-Shirt Shop543869d46b7a9\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8DY5-HCJ7-26SH-4BJP\",\"name\":\"YeowZa! T-Shirt Shop5438693930a21\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NFVP-XAJ4-B6QU-SX6G\",\"name\":\"YeowZa! T-Shirt Shop5438695aa296f\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZA4K-4W7E-9MT5-DZ6U\",\"name\":\"YeowZa! T-Shirt Shop-8442592226410178013\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AUS4-HEFT-AMP8-GB8Z\",\"name\":\"YeowZa! T-Shirt Shop5604038157026034778\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AN9X-GLHL-R4CG-7C9L\",\"name\":\"YeowZa! T-Shirt Shop-3678191447016566216\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FD28-EXL2-ABP8-X98G\",\"name\":\"YeowZa! T-Shirt Shop-513281404720360145\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UTLB-F9LS-88GT-PFJG\",\"name\":\"YeowZa! T-Shirt Shop-6367122342040378493\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ESV5-T6FX-LACE-HSZM\",\"name\":\"YeowZa! T-Shirt Shop-322698498512871206\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5HE5-K5BC-XA8N-MR6Z\",\"name\":\"gief9307ldi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-9L3H-RG6L-HCKJ-7S6B\",\"name\":\"YeowZa! T-Shirt Shop-1034533331941429445\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZYTH-D62Q-XGWZ-J5YT\",\"name\":\"nbqlvc59udi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"ad"
823
+ -> "ding_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DJU7-ABD5-4AR4-9NN3\",\"name\":\"YeowZa! T-Shirt Shop543868727364a\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-XC2V-YCY4-JMGU-23CH\",\"name\":\"YeowZa! T-Shirt Shop543868cdafdc9\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GUTF-ZN9L-2JUJ-ZSWP\",\"name\":\"YeowZa! T-Shirt Shop5438682f568db\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-QZP9-C2B5-Z835-UMBX\",\"name\":\"YeowZa! T-Shirt Shop5438683b238ec\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6DXB-3HTB-ZHDH-LFQC\",\"name\":\"YeowZa! T-Shirt Shop543867bab6dc2\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SPG2-RUV3-HY2N-PGN7\",\"name\":\"YeowZa! T-Shirt Shop-760802826252036832\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-E85L-HK3T-45N6-E3C3\",\"name\":\"YeowZa! T-Shirt Shop543867f2ebe91\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-EGGS-N4X2-GMNY-URES\",\"name\":\"YeowZa! T-Shirt Shop543867129e135\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NLAQ-V32Q-FFCT-AG6C\",\"name\":\"YeowZa! T-Shirt Shop5438675c3ba46\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.c"
824
+ -> "om/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NXC5-E6JD-MWQX-TMAF\",\"name\":\"YeowZa! T-Shirt Shop54389c2691169\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GFSA-MZKX-A2V2-F8X3\",\"name\":\"YeowZa! T-Shirt Shop54389c346b498\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-9CQC-7YM3-3Y3G-SS97\",\"name\":\"YeowZa! T-Shirt Shop54386a1d6a47f\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7Q3E-R79W-D2B2-EZAG\",\"name\":\"YeowZa! T-Shirt Shop-2152160135672929817\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GNZ5-WZYF-WRGN-AZZN\",\"name\":\"YeowZa! T-Shirt Shop54389c20efa22\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5Z37-A7DX-WWX4-X85J\",\"name\":\"YeowZa! T-Shirt Shop54386964539d5\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-MUYN-8DZ3-MW4B-PGM9\",\"name\":\"YeowZa! T-Shirt Shop543869d46b7a9\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-8DY5-HCJ7-26SH-4BJP\",\"name\":\"YeowZa! T-Shirt Shop5438693930a21\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-NFVP-XAJ4-B6QU-SX6G\",\"name\":\"YeowZa! T-Shirt Shop5438695aa296f\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZA4K-4W7E-9MT5-DZ6U\",\"name\":\"YeowZa! T-Shirt Shop-8442592226410178013\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AUS4-HEFT-AMP8-GB8Z\",\"name\":\"YeowZa! T-Shirt Shop5604038157026034778\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AN9X-GLHL-R4CG-7C9L\",\"name\":\"YeowZa! T-Shirt Shop-3678191447016566216\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FD28-EXL2-ABP8-X98G\",\"name\":\"YeowZa! T-Shirt Shop-513281404720360145\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UTLB-F9LS-88GT-PFJG\",\"name\":\"YeowZa! T-Shirt Shop-6367122342040378493\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ESV5-T6FX-LACE-HSZM\",\"name\":\"YeowZa! T-Shirt Shop-322698498512871206\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5HE5-K5BC-XA8N-MR6Z\",\"name\":\"gief9307ldi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-9L3H-RG6L-HCKJ-7S6B\",\"name\":\"YeowZa! T-Shirt Shop-1034533331941429445\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZYTH-D62Q-XGWZ-J5YT\",\"name\":\"nbqlvc59udi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"ad"
53
825
  read 8192 bytes
54
826
  reading 2 bytes...
55
827
  -> "\r\n"
56
828
  read 2 bytes
57
829
  -> "2000\r\n"
58
830
  reading 8192 bytes...
59
- -> "dress_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-R7XY-UDZC-DA9G-L6U9\",\"name\":\"YeowZa! T-Shirt Shop-4268443974240623682\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-M4Y4-EUDQ-5YLC-VHRX\",\"name\":\"YeowZa! T-Shirt Shop-8237463907112344695\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GHT8-CYY4-WCUK-E6YK\",\"name\":\"lh2v8daq0k9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-PAVP-8JMB-WANT-VQTV\",\"name\":\"YeowZa! T-Shirt Shop-7538560620076838799\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U4UK-CJVR-KFL9-9DK8\",\"name\":\"4xst3fy9zfr\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-BB7C-V6HE-REHR-NKNF\",\"name\":\"YeowZa! T-Shirt Shop-8483090474590675696\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AWB9-FLAW-TC3T-ETM3\",\"name\":\"wezsmmtpgb9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-GQC5-YQ39-KPJG-ZKA5\",\"name\":\"YeowZa! T-Shirt Shop-7790261430393513373\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PNBQ-BCFD-S8VS-6GUP\",\"name\":\"blswbb21emi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-W7HC-VLF3-936A-YS5T\",\"name\":\"YeowZa! T-Shirt Shop22525815388345782"
60
- -> "53\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZQNK-6H4X-A3BV-N4WV\",\"name\":\"YeowZa! T-Shirt Shop-2877770660532330698\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TA6N-XBBH-Z32P-RDLQ\",\"name\":\"YeowZa! T-Shirt Shop6484727506140627581\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-78DK-BMN9-KAUR-D6EQ\",\"name\":\"YeowZa! T-Shirt Shop-4994135992712091501\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3HU6-ZSVQ-ZDY9-7K8B\",\"name\":\"e49a4fb3-9b88-4c8f-819d-07dd701375cc\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BENH-EGUV-Y3RE-MSZM\",\"name\":\"YeowZa! T-Shirt Shop-4354731695250233774\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-P7KR-EH48-7NS9-2NR4\",\"name\":\"a17cc46b-5f06-4811-acf9-166c150aafcf\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-M6DR-V8KH-FWN7-Z8Q9\",\"name\":\"d1c3c9b1-3c45-4349-b2ee-7857d0545233\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MW8T-3VV2-ZQ88-ZXMR\",\"name\":\"c42e94c4-2cdb-4457-9b73-ab6aa9a9146e\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NNC8-64TU-CYHC-KTSM\",\"name\":\"9156308f-3dcb-4ed2-a54a-985cb9fdc4ad\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A9Y6-4AX8-M76E-3XYL\",\"name\":\"cbc1d92f-3ae9-44c0-8abe-763030c79997\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VHXQ-E8VT-NRUR-FB3F\",\"name\":\"8236d9f1-39ce-4dc5-aa84-e63d788bc8dc\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-44JD-JS79-2UUH-E5L7\",\"name\":\"bef0c40b-8159-4adf-ab9a-be8dc05f4b6d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8224-ZT2F-S224-JXJM\",\"name\":\"YeowZa! T-Shirt Shop-6889657769530596724\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"bra"
831
+ -> "dress_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-R7XY-UDZC-DA9G-L6U9\",\"name\":\"YeowZa! T-Shirt Shop-4268443974240623682\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-M4Y4-EUDQ-5YLC-VHRX\",\"name\":\"YeowZa! T-Shirt Shop-8237463907112344695\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GHT8-CYY4-WCUK-E6YK\",\"name\":\"lh2v8daq0k9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-PAVP-8JMB-WANT-VQTV\",\"name\":\"YeowZa! T-Shirt Shop-7538560620076838799\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U4UK-CJVR-KFL9-9DK8\",\"name\":\"4xst3fy9zfr\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-BB7C-V6HE-REHR-NKNF\",\"name\":\"YeowZa! T-Shirt Shop-8483090474590675696\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AWB9-FLAW-TC3T-ETM3\",\"name\":\"wezsmmtpgb9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-GQC5-YQ39-KPJG-ZKA5\",\"name\":\"YeowZa! T-Shirt Shop-7790261430393513373\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PNBQ-BCFD-S8VS-6GUP\",\"name\":\"blswbb21emi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-W7HC-VLF3-936A-YS5T\",\"name\":\"YeowZa! T-Shirt Shop2252581538834578"
832
+ -> "253\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZQNK-6H4X-A3BV-N4WV\",\"name\":\"YeowZa! T-Shirt Shop-2877770660532330698\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TA6N-XBBH-Z32P-RDLQ\",\"name\":\"YeowZa! T-Shirt Shop6484727506140627581\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-78DK-BMN9-KAUR-D6EQ\",\"name\":\"YeowZa! T-Shirt Shop-4994135992712091501\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3HU6-ZSVQ-ZDY9-7K8B\",\"name\":\"e49a4fb3-9b88-4c8f-819d-07dd701375cc\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BENH-EGUV-Y3RE-MSZM\",\"name\":\"YeowZa! T-Shirt Shop-4354731695250233774\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-P7KR-EH48-7NS9-2NR4\",\"name\":\"a17cc46b-5f06-4811-acf9-166c150aafcf\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-M6DR-V8KH-FWN7-Z8Q9\",\"name\":\"d1c3c9b1-3c45-4349-b2ee-7857d0545233\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MW8T-3VV2-ZQ88-ZXMR\",\"name\":\"c42e94c4-2cdb-4457-9b73-ab6aa9a9146e\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NNC8-64TU-CYHC-KTSM\",\"name\":\"9156308f-3dcb-4ed2-a54a-985cb9fdc4ad\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A9Y6-4AX8-M76E-3XYL\",\"name\":\"cbc1d92f-3ae9-44c0-8abe-763030c79997\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VHXQ-E8VT-NRUR-FB3F\",\"name\":\"8236d9f1-39ce-4dc5-aa84-e63d788bc8dc\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-44JD-JS79-2UUH-E5L7\",\"name\":\"bef0c40b-8159-4adf-ab9a-be8dc05f4b6d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8224-ZT2F-S224-JXJM\",\"name\":\"YeowZa! T-Shirt Shop-6889657769530596724\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"bra"
61
833
  read 8192 bytes
62
834
  reading 2 bytes...
63
835
  -> "\r\n"
64
836
  read 2 bytes
65
837
  -> "2000\r\n"
66
838
  reading 8192 bytes...
67
- -> "nd_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZY3K-EB3A-Q8CR-UYGD\",\"name\":\"375a2055-de55-4020-a8ff-e6fd01ed918d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5TPT-4V4Q-P35W-FXA6\",\"name\":\"YeowZa! T-Shirt Shop1605097460540998544\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J88S-DNCC-YJDP-8VS6\",\"name\":\"YeowZa! T-Shirt Shop-4785800651020252747\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-28F9-T56U-YJKR-4PYS\",\"name\":\"YeowZa! T-Shirt Shop2230786534014321791\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-282F-DATT-64H6-REQT\",\"name\":\"YeowZa! T-Shirt Shop8477160355221086086\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y8LH-U6UB-3HF9-9KMR\",\"name\":\"YeowZa! T-Shirt Shop5537166492414782789\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MANM-E5PA-GPPS-SJPB\",\"name\":\"YeowZa! T-Shirt Shop5962583819258538314\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-683Z-UAZE-BGXR-B7V9\",\"name\":\"YeowZa! T-Shirt Shop-7388791889650601005\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AJQY-CY33-X63B-N73X\",\"name\":\"YeowZa! T-Shirt Shop-7521228201751834607\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-G7XY-UGKC-PXER-H28S\",\"name\":\"YeowZa! T-Shirt Shop-6822928468128090490\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8DFU-E9SQ-JNU6-ATWQ\",\"name\":\"Jay\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.google.com/\"},\"presentation\":{\"brand_name\":\"Sample Store\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VDVE-JD3S-5XL7-359S\",\"name\":\"YeowZa! T-Shirt Shop247357148696222972\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHUX-PQ8T-H5KV-PADH\",\"name\":\"YeowZa! T-Shirt Shop3441700436965270051\",\"flow_config\":{\"landing"
68
- -> "_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6SYE-THX9-FN2X-U4C8\",\"name\":\"YeowZa! T-Shirt Shop8200104240978007319\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JP48-B5KW-URE6-4CZS\",\"name\":\"YeowZa! T-Shirt Shop-2916079874820255922\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4D88-NRTG-3265-LRR8\",\"name\":\"YeowZa! T-Shirt Shop-1818131748143126462\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-F8R7-BGBQ-SVDQ-BC3B\",\"name\":\"YeowZa! T-Shirt Shop-682692822936097431\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X5ZM-9PPL-T8SY-6MXH\",\"name\":\"0ffb6c37-a33e-445f-897e-0653ce682805\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"https://www.paypal.com/\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"New brand name\",\"logo_image\":\"https://www.paypal.com/\",\"locale_code\":\"US\"}},{\"id\":\"XP-W7TS-5JGP-7Z65-6WCM\",\"name\":\"YeowZa! T-Shirt Shop-4599129498796259085\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PG75-7KAK-5PCJ-VJXH\",\"name\":\"YeowZa! T-Shirt Shop-6996162986088797726\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EB9D-8DJB-7Z3T-CYBU\",\"name\":\"YeowZa! T-Shirt Shop1378192037945626556\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LA96-XGZT-SGKD-DX9R\",\"name\":\"YeowZa! T-Shirt Shop7078079087901362154\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-E3AR-ZENM-9XWE-JLZ8\",\"name\":\"YeowZa! T-Shirt Shop5438589b9357e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3UNM-2TZ8-DPAS-5NYN\",\"name\":\"YeowZa! T-Shirt Shop543858af746a4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www."
839
+ -> "nd_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZY3K-EB3A-Q8CR-UYGD\",\"name\":\"375a2055-de55-4020-a8ff-e6fd01ed918d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.paypal.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Test brand name\",\"logo_image\":\"http://www.paypal.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5TPT-4V4Q-P35W-FXA6\",\"name\":\"YeowZa! T-Shirt Shop1605097460540998544\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J88S-DNCC-YJDP-8VS6\",\"name\":\"YeowZa! T-Shirt Shop-4785800651020252747\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-28F9-T56U-YJKR-4PYS\",\"name\":\"YeowZa! T-Shirt Shop2230786534014321791\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-282F-DATT-64H6-REQT\",\"name\":\"YeowZa! T-Shirt Shop8477160355221086086\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y8LH-U6UB-3HF9-9KMR\",\"name\":\"YeowZa! T-Shirt Shop5537166492414782789\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MANM-E5PA-GPPS-SJPB\",\"name\":\"YeowZa! T-Shirt Shop5962583819258538314\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-683Z-UAZE-BGXR-B7V9\",\"name\":\"YeowZa! T-Shirt Shop-7388791889650601005\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AJQY-CY33-X63B-N73X\",\"name\":\"YeowZa! T-Shirt Shop-7521228201751834607\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-G7XY-UGKC-PXER-H28S\",\"name\":\"YeowZa! T-Shirt Shop-6822928468128090490\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8DFU-E9SQ-JNU6-ATWQ\",\"name\":\"Jay\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.google.com/\"},\"presentation\":{\"brand_name\":\"Sample Store\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VDVE-JD3S-5XL7-359S\",\"name\":\"YeowZa! T-Shirt Shop247357148696222972\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHUX-PQ8T-H5KV-PADH\",\"name\":\"YeowZa! T-Shirt Shop3441700436965270051\",\"flow_config\":{\"landin"
840
+ -> "g_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6SYE-THX9-FN2X-U4C8\",\"name\":\"YeowZa! T-Shirt Shop8200104240978007319\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-JP48-B5KW-URE6-4CZS\",\"name\":\"YeowZa! T-Shirt Shop-2916079874820255922\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4D88-NRTG-3265-LRR8\",\"name\":\"YeowZa! T-Shirt Shop-1818131748143126462\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-F8R7-BGBQ-SVDQ-BC3B\",\"name\":\"YeowZa! T-Shirt Shop-682692822936097431\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X5ZM-9PPL-T8SY-6MXH\",\"name\":\"0ffb6c37-a33e-445f-897e-0653ce682805\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"https://www.paypal.com/\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"New brand name\",\"logo_image\":\"https://www.paypal.com/\",\"locale_code\":\"US\"}},{\"id\":\"XP-W7TS-5JGP-7Z65-6WCM\",\"name\":\"YeowZa! T-Shirt Shop-4599129498796259085\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PG75-7KAK-5PCJ-VJXH\",\"name\":\"YeowZa! T-Shirt Shop-6996162986088797726\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EB9D-8DJB-7Z3T-CYBU\",\"name\":\"YeowZa! T-Shirt Shop1378192037945626556\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LA96-XGZT-SGKD-DX9R\",\"name\":\"YeowZa! T-Shirt Shop7078079087901362154\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-E3AR-ZENM-9XWE-JLZ8\",\"name\":\"YeowZa! T-Shirt Shop5438589b9357e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3UNM-2TZ8-DPAS-5NYN\",\"name\":\"YeowZa! T-Shirt Shop543858af746a4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www."
69
841
  read 8192 bytes
70
842
  reading 2 bytes...
71
843
  -> "\r\n"
72
844
  read 2 bytes
73
845
  -> "2000\r\n"
74
846
  reading 8192 bytes...
75
- -> "yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GBAX-H9N9-89JU-M56Q\",\"name\":\"YeowZa! T-Shirt Shop7299382295000301439\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SJUV-YL77-SGQ4-5ZEB\",\"name\":\"YeowZa! T-Shirt Shop8508307664082614312\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U4XK-W9HF-J629-RM6E\",\"name\":\"YeowZa! T-Shirt Shop543856baebf3b\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7T2L-LWCW-ML6G-VRCK\",\"name\":\"YeowZa! T-Shirt Shop-4537727000100802702\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQD9-ASD7-GQCX-ETJJ\",\"name\":\"YeowZa! T-Shirt Shop3085495197087791379\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-9J2V-Z7SM-VWWE-SQMS\",\"name\":\"YeowZa! T-Shirt Shop543859501a5ef\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4RSP-URR9-3FYE-4AUU\",\"name\":\"YeowZa! T-Shirt Shop6507295378150950156\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2LKW-FBHQ-AETV-DQ6X\",\"name\":\"YeowZa! T-Shirt Shop-2345336394283577634\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Y86-UYJF-ZL93-SZG2\",\"name\":\"YeowZa! T-Shirt Shop54385991f3180\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4KCL-DGUL-STP9-2GAP\",\"name\":\"YeowZa! T-Shirt Shop5939761106656126940\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SH6J-JLV8-EP28-HMPL\",\"name\":\"YeowZa! T-Shirt Shop-101090221605087778\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-26VS-WHYQ-YRW4-4BL8\",\"name\":\"YeowZa! T-Shirt Shop543858b3aaaa9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SWJU-GXVU-AHBU-FB3G\",\"name\":\"YeowZa! T-Shirt Shop7612735174062038149\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7V82-RHU9-G228-9MMY\",\"name\":\"YeowZa! T-Shirt Shop596562909901486355\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UGRA-QCBX-VBAV-D6EG\",\"name\":\"YeowZa! T-Shirt Shop543858d0b9c21\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-AGAW-5UFZ-33ZR-VMHF\",\"name\":\"YeowZa! T-Shirt Shop-5036172211522014493\",\"flow_config\":{\"landing_page_type\":\"billing\",\"b"
76
- -> "ank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GUAP-DACW-NLG3-T5D3\",\"name\":\"YeowZa! T-Shirt Shop543859e3b4d6d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-QJSV-5GYE-MHE5-6J8N\",\"name\":\"YeowZa! T-Shirt Shop4503413780376250717\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-46UX-TEH6-ZBCL-RASD\",\"name\":\"YeowZa! T-Shirt Shop54385a1e216b0\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5AZJ-GA3H-2XGC-M5MD\",\"name\":\"YeowZa! T-Shirt Shop543859c386a3a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KT9R-T5DD-EHGU-KB2Z\",\"name\":\"YeowZa! T-Shirt Shop543859c88ecf6\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-DUY5-RA9X-KKZ5-LV2W\",\"name\":\"YeowZa! T-Shirt Shop-7235982699168854966\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FAKV-5G6R-547W-BT5Z\",\"name\":\"YeowZa! T-Shirt Shop-4554294077912315360\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5FDW-CPDF-7ZDY-8L3Z\",\"name\":\"YeowZa! T-Shirt Shop54385acc2a7d6\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-AMKZ-QJGT-TS7D-9STZ\",\"name\":\"YeowZa! T-Shirt Shop54385aef50940\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SD9F-AR34-8C8P-3DN9\",\"name\":\"YeowZa! T-Shirt Shop1296332896538591202\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_ur"
847
+ -> "yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-GBAX-H9N9-89JU-M56Q\",\"name\":\"YeowZa! T-Shirt Shop7299382295000301439\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SJUV-YL77-SGQ4-5ZEB\",\"name\":\"YeowZa! T-Shirt Shop8508307664082614312\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U4XK-W9HF-J629-RM6E\",\"name\":\"YeowZa! T-Shirt Shop543856baebf3b\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7T2L-LWCW-ML6G-VRCK\",\"name\":\"YeowZa! T-Shirt Shop-4537727000100802702\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQD9-ASD7-GQCX-ETJJ\",\"name\":\"YeowZa! T-Shirt Shop3085495197087791379\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-9J2V-Z7SM-VWWE-SQMS\",\"name\":\"YeowZa! T-Shirt Shop543859501a5ef\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4RSP-URR9-3FYE-4AUU\",\"name\":\"YeowZa! T-Shirt Shop6507295378150950156\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2LKW-FBHQ-AETV-DQ6X\",\"name\":\"YeowZa! T-Shirt Shop-2345336394283577634\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Y86-UYJF-ZL93-SZG2\",\"name\":\"YeowZa! T-Shirt Shop54385991f3180\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4KCL-DGUL-STP9-2GAP\",\"name\":\"YeowZa! T-Shirt Shop5939761106656126940\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SH6J-JLV8-EP28-HMPL\",\"name\":\"YeowZa! T-Shirt Shop-101090221605087778\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-26VS-WHYQ-YRW4-4BL8\",\"name\":\"YeowZa! T-Shirt Shop543858b3aaaa9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SWJU-GXVU-AHBU-FB3G\",\"name\":\"YeowZa! T-Shirt Shop7612735174062038149\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7V82-RHU9-G228-9MMY\",\"name\":\"YeowZa! T-Shirt Shop596562909901486355\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UGRA-QCBX-VBAV-D6EG\",\"name\":\"YeowZa! T-Shirt Shop543858d0b9c21\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-AGAW-5UFZ-33ZR-VMHF\",\"name\":\"YeowZa! T-Shirt Shop-5036172211522014493\",\"flow_config\":{\"landing_page_type\":\"billing\",\""
848
+ -> "bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GUAP-DACW-NLG3-T5D3\",\"name\":\"YeowZa! T-Shirt Shop543859e3b4d6d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-QJSV-5GYE-MHE5-6J8N\",\"name\":\"YeowZa! T-Shirt Shop4503413780376250717\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-46UX-TEH6-ZBCL-RASD\",\"name\":\"YeowZa! T-Shirt Shop54385a1e216b0\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5AZJ-GA3H-2XGC-M5MD\",\"name\":\"YeowZa! T-Shirt Shop543859c386a3a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KT9R-T5DD-EHGU-KB2Z\",\"name\":\"YeowZa! T-Shirt Shop543859c88ecf6\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-DUY5-RA9X-KKZ5-LV2W\",\"name\":\"YeowZa! T-Shirt Shop-7235982699168854966\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FAKV-5G6R-547W-BT5Z\",\"name\":\"YeowZa! T-Shirt Shop-4554294077912315360\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5FDW-CPDF-7ZDY-8L3Z\",\"name\":\"YeowZa! T-Shirt Shop54385acc2a7d6\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-AMKZ-QJGT-TS7D-9STZ\",\"name\":\"YeowZa! T-Shirt Shop54385aef50940\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SD9F-AR34-8C8P-3DN9\",\"name\":\"YeowZa! T-Shirt Shop1296332896538591202\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_ur"
77
849
  read 8192 bytes
78
850
  reading 2 bytes...
79
851
  -> "\r\n"
80
852
  read 2 bytes
81
853
  -> "2000\r\n"
82
854
  reading 8192 bytes...
83
- -> "l\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BJWW-SGTT-A74B-AFUA\",\"name\":\"YeowZa! T-Shirt Shop54385aa7a555f\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-A8M3-NZQ8-LGVA-N6P6\",\"name\":\"YeowZa! T-Shirt Shop-1219465254131129321\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7ZWF-VDGL-DYYB-HH88\",\"name\":\"YeowZa! T-Shirt Shop54385aad1be2f\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-PJLZ-2JUH-4EPF-3PKX\",\"name\":\"543c60e9e76bc\"},{\"id\":\"XP-RJMD-2YV9-NXSB-GY32\",\"name\":\"543c60d300ff6\"},{\"id\":\"XP-KTCW-X6V8-CNPD-X4CL\",\"name\":\"543c60c827b29\"},{\"id\":\"XP-H6VQ-38XY-S5TJ-B58Q\",\"name\":\"YeowZa! T-Shirt Shop-6779325935323889054\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7AD2-PYPH-TPGJ-KB77\",\"name\":\"543c5fb404c29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-JBA9-S9YK-MC6Y-SG6E\",\"name\":\"543c5f1dad705\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NHHJ-4UK3-E6NH-QYAT\",\"name\":\"543c5f0f7f52b\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NPR7-HKFU-WTJ8-2U7J\",\"name\":\"YeowZa! T-Shirt Shop5824788506491678517\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2438-TVXP-6ZKZ-KA28\",\"name\":\"543c5ede65c6e\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-AHKX-QR92-FRLK-NGCD\",\"name\":\"YeowZa! T-Shirt Shop2803621812276892511\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A33B-MUXX-JSVZ-352V\",\"name\":\"YeowZa! T-Shirt Shop-6519470159509734464\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RFJE-JNHS-6RJN-WDWC\",\"name\":\"543c5d932639a\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KZ7Y-HE2X-J66G-QXBC\",\"name\":\"543c5d703246a\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-PW6T-5XLE-BJ95-C76W\",\"name\":\"YeowZa! T-Shirt Shop2277571520892294542\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J2SL-VKNE-TNY5-GMDQ\",\"name\":\"543c5d22064a4\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-LQR8-B997-MW5F-88XY\",\"name\":\"YeowZa! T-Shirt Shop-1647309393964843683\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYU4-TGRL-WED3-6CL5\",\"name\":\"543c5cee23eb3\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-ED57-DSFN-UY39-XTP8\",\"name\":\"543c5c4b29b4c\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-QLWN-6MD2-VVY8-7HXM\",\"name\":\"YeowZa! T-Shirt Shop4228161305328630596\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"addr"
84
- -> "ess_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHE8-XX7S-3M4F-QNZ3\",\"name\":\"543c5bef2b473\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-T32A-S5WN-SH2X-ULRU\",\"name\":\"543c5b2669aa7\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-UNER-4C8M-67JN-AVMA\",\"name\":\"YeowZa! T-Shirt Shop-1269905739108023067\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DTV7-RJ8X-LJT2-HEDH\",\"name\":\"543c5a535e84f\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-8GVK-WG9K-5VCW-PCLE\",\"name\":\"YeowZa! T-Shirt Shop-8478863088350400402\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KZ4M-YLSK-YNJE-FW7K\",\"name\":\"YeowZa! T-Shirt Shop2171928967200364445\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WRVG-VHPH-J5QC-A4NT\",\"name\":\"YeowZa! T-Shirt Shop-3275484886842618800\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N57V-QEK3-ZZYU-JCAT\",\"name\":"
855
+ -> "l\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BJWW-SGTT-A74B-AFUA\",\"name\":\"YeowZa! T-Shirt Shop54385aa7a555f\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-A8M3-NZQ8-LGVA-N6P6\",\"name\":\"YeowZa! T-Shirt Shop-1219465254131129321\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7ZWF-VDGL-DYYB-HH88\",\"name\":\"YeowZa! T-Shirt Shop54385aad1be2f\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-PJLZ-2JUH-4EPF-3PKX\",\"name\":\"543c60e9e76bc\"},{\"id\":\"XP-RJMD-2YV9-NXSB-GY32\",\"name\":\"543c60d300ff6\"},{\"id\":\"XP-KTCW-X6V8-CNPD-X4CL\",\"name\":\"543c60c827b29\"},{\"id\":\"XP-H6VQ-38XY-S5TJ-B58Q\",\"name\":\"YeowZa! T-Shirt Shop-6779325935323889054\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7AD2-PYPH-TPGJ-KB77\",\"name\":\"543c5fb404c29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-JBA9-S9YK-MC6Y-SG6E\",\"name\":\"543c5f1dad705\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NHHJ-4UK3-E6NH-QYAT\",\"name\":\"543c5f0f7f52b\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NPR7-HKFU-WTJ8-2U7J\",\"name\":\"YeowZa! T-Shirt Shop5824788506491678517\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2438-TVXP-6ZKZ-KA28\",\"name\":\"543c5ede65c6e\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-AHKX-QR92-FRLK-NGCD\",\"name\":\"YeowZa! T-Shirt Shop2803621812276892511\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A33B-MUXX-JSVZ-352V\",\"name\":\"YeowZa! T-Shirt Shop-6519470159509734464\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RFJE-JNHS-6RJN-WDWC\",\"name\":\"543c5d932639a\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KZ7Y-HE2X-J66G-QXBC\",\"name\":\"543c5d703246a\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-PW6T-5XLE-BJ95-C76W\",\"name\":\"YeowZa! T-Shirt Shop2277571520892294542\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J2SL-VKNE-TNY5-GMDQ\",\"name\":\"543c5d22064a4\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-LQR8-B997-MW5F-88XY\",\"name\":\"YeowZa! T-Shirt Shop-1647309393964843683\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYU4-TGRL-WED3-6CL5\",\"name\":\"543c5cee23eb3\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-ED57-DSFN-UY39-XTP8\",\"name\":\"543c5c4b29b4c\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-QLWN-6MD2-VVY8-7HXM\",\"name\":\"YeowZa! T-Shirt Shop4228161305328630596\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"add"
856
+ -> "ress_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHE8-XX7S-3M4F-QNZ3\",\"name\":\"543c5bef2b473\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-T32A-S5WN-SH2X-ULRU\",\"name\":\"543c5b2669aa7\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-UNER-4C8M-67JN-AVMA\",\"name\":\"YeowZa! T-Shirt Shop-1269905739108023067\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DTV7-RJ8X-LJT2-HEDH\",\"name\":\"543c5a535e84f\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-8GVK-WG9K-5VCW-PCLE\",\"name\":\"YeowZa! T-Shirt Shop-8478863088350400402\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KZ4M-YLSK-YNJE-FW7K\",\"name\":\"YeowZa! T-Shirt Shop2171928967200364445\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WRVG-VHPH-J5QC-A4NT\",\"name\":\"YeowZa! T-Shirt Shop-3275484886842618800\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N57V-QEK3-ZZYU-JCAT\",\"name\":"
85
857
  read 8192 bytes
86
858
  reading 2 bytes...
87
859
  -> "\r\n"
88
860
  read 2 bytes
89
861
  -> "2000\r\n"
90
862
  reading 8192 bytes...
91
- -> "\"543c5b1951106\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NTVQ-RLVB-9JAG-HE46\",\"name\":\"YeowZa! T-Shirt Shop-1094327782978256837\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SC5K-G9JG-RBSD-EPQZ\",\"name\":\"YeowZa! T-Shirt Shop6528973492918003911\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U9AK-7H2A-8GB4-4235\",\"name\":\"543c599ad1f61\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-29Y4-BMJR-7YAH-BLSF\",\"name\":\"YeowZa! T-Shirt Shop108282485457446899\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SNDA-ZKL9-RUPS-XBU6\",\"name\":\"YeowZa! T-Shirt Shop6484905701639928559\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y56Y-TYAZ-C4UT-KD2H\",\"name\":\"543c59bcd1a6d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-UZMA-55TD-97RD-SX64\",\"name\":\"YeowZa! T-Shirt Shop2684927340572044953\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FVCK-GLGS-CRMN-3HBJ\",\"name\":\"YeowZa! T-Shirt Shop9213220423306811665\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BF4-7ANB-V5E9-8FPV\",\"name\":\"YeowZa! T-Shirt Shop543c45a7e265b\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-2VPF-288R-MSXC-3ERN\",\"name\":\"YeowZa! T-Shirt Shop6929102819629508124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H4SX-5795-UT5W-FSGD\",\"name\":\"YeowZa! T-Shirt Shop543c45b4849dd\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-G25Q-36PZ-GC3B-XBCY\",\"name\":\"YeowZa! T-Shirt Shop3640781928965094209\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-67X8-2P2W-9C3G-QBSF\",\"name\":\"YeowZa! T-Shirt Shop-4453998177238781586\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MKQT-KHGT-E7NL-LJ9J\",\"name\":\"YeowZa! T-Shirt Shop-1029271165590079211\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-G78U-4YA2-8CFS-J7GG\",\"name\":\"YeowZa! T-Shirt Shop543bf9ce6cff5\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HHB5-WEB7-T6VV-DJBP\",\"name\":\"someName2543c0430c6cf9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-VKE7-PKZC-XE3Y-JCDP\",\"name\":\"YeowZa! T-Shirt Shop3217295099830811532\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TVXY-23DB-X53H-H63X\",\"name\":\"YeowZa! T-Shirt Shop543bf7ea5d0c4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-88G8-K67J-VH6V-XPRZ\",\"name\":\"YeowZa! T-Shirt Shop543bf0e5bdf31\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-84M9-3QJN-2QKD-9GQT\",\"name\":\"YeowZa! T-Shirt Shop-5238297251878725642\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FLYT-JVLA-F97F-MMK3\",\"name\":\"YeowZa! T-Shirt Shop543bf0ebaf9c8\",\"flow_config\":{\"ban"
92
- -> "k_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-TD3Y-SD8J-MEXU-LSKA\",\"name\":\"YeowZa! T-Shirt Shop543bf0a3dc831\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-9GUY-6677-XYDJ-YMB2\",\"name\":\"YeowZa! T-Shirt Shop819010603962223126\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SUPE-ZL7C-SGJ8-KRLP\",\"name\":\"YeowZa! T-Shirt Shop543bf0d19781a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-RBTH-FELX-HQCE-P875\",\"name\":\"YeowZa! T-Shirt Shop5891477325745767176\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W2WU-PHXZ-JFNM-8695\",\"name\":\"YeowZa! T-Shirt Shop-3702522051877800418\",\"flow_conf"
863
+ -> "\"543c5b1951106\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NTVQ-RLVB-9JAG-HE46\",\"name\":\"YeowZa! T-Shirt Shop-1094327782978256837\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SC5K-G9JG-RBSD-EPQZ\",\"name\":\"YeowZa! T-Shirt Shop6528973492918003911\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-U9AK-7H2A-8GB4-4235\",\"name\":\"543c599ad1f61\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-29Y4-BMJR-7YAH-BLSF\",\"name\":\"YeowZa! T-Shirt Shop108282485457446899\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SNDA-ZKL9-RUPS-XBU6\",\"name\":\"YeowZa! T-Shirt Shop6484905701639928559\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y56Y-TYAZ-C4UT-KD2H\",\"name\":\"543c59bcd1a6d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-UZMA-55TD-97RD-SX64\",\"name\":\"YeowZa! T-Shirt Shop2684927340572044953\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FVCK-GLGS-CRMN-3HBJ\",\"name\":\"YeowZa! T-Shirt Shop9213220423306811665\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BF4-7ANB-V5E9-8FPV\",\"name\":\"YeowZa! T-Shirt Shop543c45a7e265b\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-2VPF-288R-MSXC-3ERN\",\"name\":\"YeowZa! T-Shirt Shop6929102819629508124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H4SX-5795-UT5W-FSGD\",\"name\":\"YeowZa! T-Shirt Shop543c45b4849dd\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-G25Q-36PZ-GC3B-XBCY\",\"name\":\"YeowZa! T-Shirt Shop3640781928965094209\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-67X8-2P2W-9C3G-QBSF\",\"name\":\"YeowZa! T-Shirt Shop-4453998177238781586\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MKQT-KHGT-E7NL-LJ9J\",\"name\":\"YeowZa! T-Shirt Shop-1029271165590079211\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-G78U-4YA2-8CFS-J7GG\",\"name\":\"YeowZa! T-Shirt Shop543bf9ce6cff5\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HHB5-WEB7-T6VV-DJBP\",\"name\":\"someName2543c0430c6cf9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-VKE7-PKZC-XE3Y-JCDP\",\"name\":\"YeowZa! T-Shirt Shop3217295099830811532\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TVXY-23DB-X53H-H63X\",\"name\":\"YeowZa! T-Shirt Shop543bf7ea5d0c4\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-88G8-K67J-VH6V-XPRZ\",\"name\":\"YeowZa! T-Shirt Shop543bf0e5bdf31\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-84M9-3QJN-2QKD-9GQT\",\"name\":\"YeowZa! T-Shirt Shop-5238297251878725642\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FLYT-JVLA-F97F-MMK3\",\"name\":\"YeowZa! T-Shirt Shop543bf0ebaf9c8\",\"flow_config\":{\"ba"
864
+ -> "nk_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"New Brand Name\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-TD3Y-SD8J-MEXU-LSKA\",\"name\":\"YeowZa! T-Shirt Shop543bf0a3dc831\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-9GUY-6677-XYDJ-YMB2\",\"name\":\"YeowZa! T-Shirt Shop819010603962223126\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SUPE-ZL7C-SGJ8-KRLP\",\"name\":\"YeowZa! T-Shirt Shop543bf0d19781a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-RBTH-FELX-HQCE-P875\",\"name\":\"YeowZa! T-Shirt Shop5891477325745767176\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W2WU-PHXZ-JFNM-8695\",\"name\":\"YeowZa! T-Shirt Shop-3702522051877800418\",\"flow_conf"
93
865
  read 8192 bytes
94
866
  reading 2 bytes...
95
867
  -> "\r\n"
96
868
  read 2 bytes
97
869
  -> "2000\r\n"
98
870
  reading 8192 bytes...
99
- -> "ig\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LX5D-VQX3-LNGW-XCV6\",\"name\":\"YeowZa! T-Shirt Shop-4613594275636061774\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QDHV-BRYK-ZUX7-8JEQ\",\"name\":\"543c6b9a1b871\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-4EWA-PSRT-5PBF-K2J8\",\"name\":\"543c6b828af67\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-FSCA-WCLT-AE8G-DWUG\",\"name\":\"543c6903bba2c\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"new_brand_name\",\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-J59M-BRH2-K6YT-YUGT\",\"name\":\"543c6a992fc8d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NRNL-3EXR-WUFN-VRDP\",\"name\":\"YeowZa! T-Shirt Shop-3141198976291959709\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QAYR-4QJT-9V3P-72SZ\",\"name\":\"YeowZa! T-Shirt Shop-7697703630335791613\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TR33-K2B6-73L7-9WG8\",\"name\":\"YeowZa! T-Shirt Shop-6271114569373338339\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QAR5-QJ9X-3Y3W-FAB8\",\"name\":\"YeowZa! T-Shirt Shop6086117892301198775\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6TUD-EXTM-Q5EB-S574\",\"name\":\"YeowZa! T-Shirt Shop-5065605661062050604\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5KK8-MWYF-8867-SKRB\",\"name\":\"YeowZa! T-Shirt Shop-181178825463306800\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PRP7-57YR-JEJA-PC4A\",\"name\":\"543c62127849c\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-7NQM-N5UY-6Z6A-K8WX\",\"name\":\"543c623b036f2\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-XLRL-LMHL-HURT-PPGV\",\"name\":\"YeowZa! T-Shirt Shop-8126893476896366238\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QJWW-PHW4-WHUM-2GBZ\",\"name\":\"543c6138afbe6\"},{\"id\":\"XP-2E52-U4QF-H7PD-JZPG\",\"name\":\"543c61cbd2597\"},{\"id\":\"XP-C9QN-S5S2-8V7H-P7AY\",\"name\":\"543c61d70d2f5\"},{\"id\":\"XP-L75F-CY7V-4RTJ-5V7V\",\"name\":\"543c60f387d7a\"},{\"id\":\"XP-QEJ3-V2VN-ZUZ4-QTUH\",\"name\":\"543c60f8d34e4\"},{\"id\":\"XP-Z4BU-8LL3-VLPV-N3ZM\",\"name\":\"543c6102ce58f\"},{\"id\":\"XP-QVM6-FGHB-ACGZ-QAPQ\",\"name\":\"543c6115bd954\"},{\"id\":\"XP-G923-ESCF-D6CU-GEEH\",\"name\":\"YeowZa! T-Shirt Shop54395d3b20a78\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-A5JR-YNFR-MXBW-VUG4\",\"name\":\"YeowZa! T-Shirt Shop36470189277773621\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KX6V-4K9M-YU7Y-R5Q5\",\"name\":\"YeowZa! T-Shirt Shop54395cdec1640\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KQFJ-W5WJ-9MWF-P8CA\",\"name\":\"YeowZa! T-Shirt Shop54395c22c2039\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-J4YC-PERA-S7V9-MPM7\",\"name\":\"YeowZa! T-Shirt Shop54395be03b23a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-CZ5S-3QNH-G6BK-H2ZN\",\"name\":\"YeowZa! T-Shirt Shop-8193076474891835440\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y9CQ-JUJC-HF5Q-28PX\",\"name\":\"YeowZa! T-Shirt Shop54395f18b5324\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-L4F5-5UBG-9DKP-A4VT\",\"name\":\"YeowZa! T-Shirt Shop54395f00ebb67\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4YPX-PP2P-U8K8-Y75K\",\"name\":\"YeowZa! T-Shirt Shop54395eedd04d9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_"
100
- -> "pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3VCU-FGUB-HQNA-22FS\",\"name\":\"YeowZa! T-Shirt Shop54395e84d5ebb\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-FV2N-JMQE-VTXP-JM6G\",\"name\":\"YeowZa! T-Shirt Shop54395a7119495\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\""
871
+ -> "ig\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LX5D-VQX3-LNGW-XCV6\",\"name\":\"YeowZa! T-Shirt Shop-4613594275636061774\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QDHV-BRYK-ZUX7-8JEQ\",\"name\":\"543c6b9a1b871\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-4EWA-PSRT-5PBF-K2J8\",\"name\":\"543c6b828af67\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-FSCA-WCLT-AE8G-DWUG\",\"name\":\"543c6903bba2c\",\"flow_config\":{\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"new_brand_name\",\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-J59M-BRH2-K6YT-YUGT\",\"name\":\"543c6a992fc8d\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-NRNL-3EXR-WUFN-VRDP\",\"name\":\"YeowZa! T-Shirt Shop-3141198976291959709\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QAYR-4QJT-9V3P-72SZ\",\"name\":\"YeowZa! T-Shirt Shop-7697703630335791613\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TR33-K2B6-73L7-9WG8\",\"name\":\"YeowZa! T-Shirt Shop-6271114569373338339\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QAR5-QJ9X-3Y3W-FAB8\",\"name\":\"YeowZa! T-Shirt Shop6086117892301198775\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6TUD-EXTM-Q5EB-S574\",\"name\":\"YeowZa! T-Shirt Shop-5065605661062050604\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5KK8-MWYF-8867-SKRB\",\"name\":\"YeowZa! T-Shirt Shop-181178825463306800\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PRP7-57YR-JEJA-PC4A\",\"name\":\"543c62127849c\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-7NQM-N5UY-6Z6A-K8WX\",\"name\":\"543c623b036f2\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-XLRL-LMHL-HURT-PPGV\",\"name\":\"YeowZa! T-Shirt Shop-8126893476896366238\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QJWW-PHW4-WHUM-2GBZ\",\"name\":\"543c6138afbe6\"},{\"id\":\"XP-2E52-U4QF-H7PD-JZPG\",\"name\":\"543c61cbd2597\"},{\"id\":\"XP-C9QN-S5S2-8V7H-P7AY\",\"name\":\"543c61d70d2f5\"},{\"id\":\"XP-L75F-CY7V-4RTJ-5V7V\",\"name\":\"543c60f387d7a\"},{\"id\":\"XP-QEJ3-V2VN-ZUZ4-QTUH\",\"name\":\"543c60f8d34e4\"},{\"id\":\"XP-Z4BU-8LL3-VLPV-N3ZM\",\"name\":\"543c6102ce58f\"},{\"id\":\"XP-QVM6-FGHB-ACGZ-QAPQ\",\"name\":\"543c6115bd954\"},{\"id\":\"XP-G923-ESCF-D6CU-GEEH\",\"name\":\"YeowZa! T-Shirt Shop54395d3b20a78\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-A5JR-YNFR-MXBW-VUG4\",\"name\":\"YeowZa! T-Shirt Shop36470189277773621\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KX6V-4K9M-YU7Y-R5Q5\",\"name\":\"YeowZa! T-Shirt Shop54395cdec1640\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KQFJ-W5WJ-9MWF-P8CA\",\"name\":\"YeowZa! T-Shirt Shop54395c22c2039\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-J4YC-PERA-S7V9-MPM7\",\"name\":\"YeowZa! T-Shirt Shop54395be03b23a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-CZ5S-3QNH-G6BK-H2ZN\",\"name\":\"YeowZa! T-Shirt Shop-8193076474891835440\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-Y9CQ-JUJC-HF5Q-28PX\",\"name\":\"YeowZa! T-Shirt Shop54395f18b5324\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-L4F5-5UBG-9DKP-A4VT\",\"name\":\"YeowZa! T-Shirt Shop54395f00ebb67\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4YPX-PP2P-U8K8-Y75K\",\"name\":\"YeowZa! T-Shirt Shop54395eedd04d9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn"
872
+ -> "_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3VCU-FGUB-HQNA-22FS\",\"name\":\"YeowZa! T-Shirt Shop54395e84d5ebb\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-FV2N-JMQE-VTXP-JM6G\",\"name\":\"YeowZa! T-Shirt Shop54395a7119495\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.google.com/favico.ico\",\"locale_code\":\""
101
873
  read 8192 bytes
102
874
  reading 2 bytes...
103
875
  -> "\r\n"
@@ -111,32 +883,32 @@ reading 2 bytes...
111
883
  read 2 bytes
112
884
  -> "2000\r\n"
113
885
  reading 8192 bytes...
114
- -> "bay.com\"}},{\"id\":\"XP-97BY-XEYM-B98G-8MTN\",\"name\":\"someName25439653082060\",\"flo"
115
- -> "w_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-FSLE-SEX4-W4PJ-3CSJ\",\"name\":\"someName2543965b70c6b1\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-9ZAW-4ANQ-UBGA-TRWV\",\"name\":\"someName2543965b1b8c3f\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KBKJ-9RRF-KZDK-8UE5\",\"name\":\"YeowZa! T-Shirt Shop543960192fb38\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-2Z6X-CG7F-BJZ8-AQJU\",\"name\":\"YeowZa! T-Shirt Shop5439602515b9e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BW6-L9EZ-KGPN-EG89\",\"name\":\"someName2543960c21cca0\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KSSC-9AP5-8NKH-YEJH\",\"name\":\"someName252a1f645-89c2-4f34-b508-e41b0d6c0810\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-VAE9-KDHB-A7CP-TUF5\",\"name\":\"someName22dd8b94e-1a82-41ad-af87-cd97060897a5\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-HEZU-NPZ8-LJJX-CLTT\",\"name\":\"YeowZa! T-Shirt Shop6971778328070863925\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AP5J-PUCG-VYS7-HH6U\",\"name\":\"YeowZa! T-Shirt Shop-7377244938960861900\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LAAG-L43H-MY9B-XEPY\",\"name\":\"someName5439628e64212\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-LBP5-WF8Z-Y4QY-WE6L\",\"name\":\"YeowZa! T-Shirt Shop1630751679146897429\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6M3G-3HA2-4AWT-FC59\",\"name\":\"someName2543962af6cd99\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-WDQY-EA46-PDVZ-G7KS\",\"name\":\"YeowZa! T-Shirt Shop-8483544543680085572\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N7P3-LSKN-JAD6-JQKX\",\"name\":\"someName2543963b03b195\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-GERA-7JJ7-TVCA-NNCN\",\"name\":\"YeowZa! T-Shirt Shop6616736105045972084\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TX68-8M8W-6J6M-4A4Q\",\"name\":\"YeowZa! T-Shirt Shop54395f2e050ec\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5SHX-6ZHU-37T9-WP55\",\"name\":\"YeowZa! T-Shirt Shop54395f4103a62\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BJM-GN5Y-URA9-2SSY\",\"name\":\"YeowZa! T-Shirt Shop54395f476beef\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-DGV9-8SQZ-SK69-JDE6\",\"name\":\"YeowZa! T-Shirt Shop54395f5be2821\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VW43-34E9-85KM-4XYE\",\"name\":\"YeowZa! T-Shirt Shop-2950339369315083638\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EWBZ-4465-4Z2P-FQG3\",\"name\":\"YeowZa! T-Shirt Shop54395f8c93fcc\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZFWU-74SR-TF7E-SQ2L\",\"name\":\"YeowZa! T-Shirt Shop54395fb76d7b9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-EVDB-5352-GPUC-NXHP\",\"name\":\"YeowZa! T-Shirt Shop8002956801467977016\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EHCU-R5BJ-SKN3-K7J5\",\"name\":\"YeowZa! T-Shirt Shop54395fd358a85\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HJ2X-CXB8-2PRQ-BHRF\",\"name\":\"YeowZa! T-Shirt Shop54395fee1ba09\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5YFS-Z5RH-T33U-3889\",\"name\":\"YeowZa! T-Shirt Shop8229772860602240882\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6DZN-8T85-V23P-G5N6\",\"name\":\"YeowZa! T-Shirt Shop543fa267f225e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.c"
886
+ -> "bay.com\"}},{\"id\":\"XP-97BY-XEYM-B98G-8MTN\",\"name\":\"someName25439653082060\",\"fl"
887
+ -> "ow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-FSLE-SEX4-W4PJ-3CSJ\",\"name\":\"someName2543965b70c6b1\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-9ZAW-4ANQ-UBGA-TRWV\",\"name\":\"someName2543965b1b8c3f\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KBKJ-9RRF-KZDK-8UE5\",\"name\":\"YeowZa! T-Shirt Shop543960192fb38\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-2Z6X-CG7F-BJZ8-AQJU\",\"name\":\"YeowZa! T-Shirt Shop5439602515b9e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BW6-L9EZ-KGPN-EG89\",\"name\":\"someName2543960c21cca0\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-KSSC-9AP5-8NKH-YEJH\",\"name\":\"someName252a1f645-89c2-4f34-b508-e41b0d6c0810\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-VAE9-KDHB-A7CP-TUF5\",\"name\":\"someName22dd8b94e-1a82-41ad-af87-cd97060897a5\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-HEZU-NPZ8-LJJX-CLTT\",\"name\":\"YeowZa! T-Shirt Shop6971778328070863925\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AP5J-PUCG-VYS7-HH6U\",\"name\":\"YeowZa! T-Shirt Shop-7377244938960861900\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LAAG-L43H-MY9B-XEPY\",\"name\":\"someName5439628e64212\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-LBP5-WF8Z-Y4QY-WE6L\",\"name\":\"YeowZa! T-Shirt Shop1630751679146897429\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6M3G-3HA2-4AWT-FC59\",\"name\":\"someName2543962af6cd99\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-WDQY-EA46-PDVZ-G7KS\",\"name\":\"YeowZa! T-Shirt Shop-8483544543680085572\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N7P3-LSKN-JAD6-JQKX\",\"name\":\"someName2543963b03b195\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.ebay.com\"},\"input_fields\":{\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"logo_image\":\"http://www.ebay.com\"}},{\"id\":\"XP-GERA-7JJ7-TVCA-NNCN\",\"name\":\"YeowZa! T-Shirt Shop6616736105045972084\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TX68-8M8W-6J6M-4A4Q\",\"name\":\"YeowZa! T-Shirt Shop54395f2e050ec\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5SHX-6ZHU-37T9-WP55\",\"name\":\"YeowZa! T-Shirt Shop54395f4103a62\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-7BJM-GN5Y-URA9-2SSY\",\"name\":\"YeowZa! T-Shirt Shop54395f476beef\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-DGV9-8SQZ-SK69-JDE6\",\"name\":\"YeowZa! T-Shirt Shop54395f5be2821\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-VW43-34E9-85KM-4XYE\",\"name\":\"YeowZa! T-Shirt Shop-2950339369315083638\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EWBZ-4465-4Z2P-FQG3\",\"name\":\"YeowZa! T-Shirt Shop54395f8c93fcc\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZFWU-74SR-TF7E-SQ2L\",\"name\":\"YeowZa! T-Shirt Shop54395fb76d7b9\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-EVDB-5352-GPUC-NXHP\",\"name\":\"YeowZa! T-Shirt Shop8002956801467977016\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EHCU-R5BJ-SKN3-K7J5\",\"name\":\"YeowZa! T-Shirt Shop54395fd358a85\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-HJ2X-CXB8-2PRQ-BHRF\",\"name\":\"YeowZa! T-Shirt Shop54395fee1ba09\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-5YFS-Z5RH-T33U-3889\",\"name\":\"YeowZa! T-Shirt Shop8229772860602240882\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6DZN-8T85-V23P-G5N6\",\"name\":\"YeowZa! T-Shirt Shop543fa267f225e\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.c"
116
888
  read 8192 bytes
117
889
  reading 2 bytes...
118
890
  -> "\r\n"
119
891
  read 2 bytes
120
892
  -> "2000\r\n"
121
893
  reading 8192 bytes...
122
- -> "om/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3ETD-8REZ-LHVC-GZEX\",\"name\":\"u7bmyytlnmi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-6NMB-YJJ4-5JRD-YZ3D\",\"name\":\"8flldp4aemi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-WL74-Y3"
123
- -> "KJ-P5UQ-GAXQ\",\"name\":\"63t2wdhd7vi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-QDM3-8A8J-YCUM-8AFK\",\"name\":\"pvo5g6wdn29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-MCQT-S6RQ-S7WR-2648\",\"name\":\"01gk4tsatt9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHYT-3R88-4W5L-FCX7\",\"name\":\"YeowZa! T-Shirt Shop2154335340333546500\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GBF3-3CQU-LLU2-XUL2\",\"name\":\"YeowZa! T-Shirt Shop1277646946025983921\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HH8W-SXDY-PE3L-HVVY\",\"name\":\"YeowZa! T-Shirt Shop4261917201627297401\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZMRG-AXFL-JCKT-7TBX\",\"name\":\"YeowZa! T-Shirt Shop6878671380804929540\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UW6P-L4B3-YR45-Q55H\",\"name\":\"YeowZa! T-Shirt Shop7301294049847847523\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YPUT-ZXAY-XPS4-EL23\",\"name\":\"YeowZa! T-Shirt Shop9131074747053190355\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J2K3-7637-KBDS-6RFU\",\"name\":\"YeowZa! T-Shirt Shop-8484051209178643229\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H8RH-ECZQ-A9PJ-HP7U\",\"name\":\"YeowZa! T-Shirt Shop543d5373ba77a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SVHZ-HQMN-HZS2-9J2C\",\"name\":\"YeowZa! T-Shirt Shop-4831709164952969276\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NQ7Y-JF5D-83EP-SWH3\",\"name\":\"YeowZa! T-Shirt Shop9187359471218761683\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XEEE-27V9-JYZY-FV2Y\",\"name\":\"YeowZa! T-Shirt Shop543d52a829284\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-Q6D7-945E-R9WS-H9W4\",\"name\":\"YeowZa! T-Shirt Shop2424260884530807805\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3YEJ-S487-PTFW-45YB\",\"name\":\"YeowZa! T-Shirt Shop543d52b0ecf65\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KWRQ-HRPE-ZC66-Y65M\",\"name\":\"YeowZa! T-Shirt Shop-5887064639828277950\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WPYQ-U56S-L6DV-S4S2\",\"name\":\"YeowZa! T-Shirt Shop543d562171879\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Z48-2DYT-DF78-QBC2\",\"name\":\"Conipo Network543d586e19452\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://conipo.loc/beta_ver/includes/placanjeUspjesno.php\"},\"presentation\":{\"brand_name\":\"Conipo network\",\"logo_image\":\"http://www.conipo.com/images/conipo_logo.png\",\"locale_code\":\"US\"}},{\"id\":\"XP-RPQF-23DC-QFCQ-XUZS\",\"name\":\"YeowZa! T-Shirt Shop2640778099001770296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZJBK-7WN6-VMB9-9STS\",\"name\":\"YeowZa! T-Shirt Shop2962292788066738560\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PKVM-9U53-56ZC-KFSV\",\"name\":\"YeowZa! T-Shirt Shop-653067784166133536\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"ad"
894
+ -> "om/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-3ETD-8REZ-LHVC-GZEX\",\"name\":\"u7bmyytlnmi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-6NMB-YJJ4-5JRD-YZ3D\",\"name\":\"8flldp4aemi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-WL74-Y"
895
+ -> "3KJ-P5UQ-GAXQ\",\"name\":\"63t2wdhd7vi\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-QDM3-8A8J-YCUM-8AFK\",\"name\":\"pvo5g6wdn29\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-MCQT-S6RQ-S7WR-2648\",\"name\":\"01gk4tsatt9\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"Best Brand\",\"logo_image\":\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg\",\"locale_code\":\"US\"}},{\"id\":\"XP-DHYT-3R88-4W5L-FCX7\",\"name\":\"YeowZa! T-Shirt Shop2154335340333546500\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GBF3-3CQU-LLU2-XUL2\",\"name\":\"YeowZa! T-Shirt Shop1277646946025983921\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HH8W-SXDY-PE3L-HVVY\",\"name\":\"YeowZa! T-Shirt Shop4261917201627297401\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZMRG-AXFL-JCKT-7TBX\",\"name\":\"YeowZa! T-Shirt Shop6878671380804929540\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UW6P-L4B3-YR45-Q55H\",\"name\":\"YeowZa! T-Shirt Shop7301294049847847523\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YPUT-ZXAY-XPS4-EL23\",\"name\":\"YeowZa! T-Shirt Shop9131074747053190355\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J2K3-7637-KBDS-6RFU\",\"name\":\"YeowZa! T-Shirt Shop-8484051209178643229\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H8RH-ECZQ-A9PJ-HP7U\",\"name\":\"YeowZa! T-Shirt Shop543d5373ba77a\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-SVHZ-HQMN-HZS2-9J2C\",\"name\":\"YeowZa! T-Shirt Shop-4831709164952969276\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NQ7Y-JF5D-83EP-SWH3\",\"name\":\"YeowZa! T-Shirt Shop9187359471218761683\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XEEE-27V9-JYZY-FV2Y\",\"name\":\"YeowZa! T-Shirt Shop543d52a829284\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-Q6D7-945E-R9WS-H9W4\",\"name\":\"YeowZa! T-Shirt Shop2424260884530807805\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3YEJ-S487-PTFW-45YB\",\"name\":\"YeowZa! T-Shirt Shop543d52b0ecf65\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-KWRQ-HRPE-ZC66-Y65M\",\"name\":\"YeowZa! T-Shirt Shop-5887064639828277950\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WPYQ-U56S-L6DV-S4S2\",\"name\":\"YeowZa! T-Shirt Shop543d562171879\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-4Z48-2DYT-DF78-QBC2\",\"name\":\"Conipo Network543d586e19452\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://conipo.loc/beta_ver/includes/placanjeUspjesno.php\"},\"presentation\":{\"brand_name\":\"Conipo network\",\"logo_image\":\"http://www.conipo.com/images/conipo_logo.png\",\"locale_code\":\"US\"}},{\"id\":\"XP-RPQF-23DC-QFCQ-XUZS\",\"name\":\"YeowZa! T-Shirt Shop2640778099001770296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZJBK-7WN6-VMB9-9STS\",\"name\":\"YeowZa! T-Shirt Shop2962292788066738560\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PKVM-9U53-56ZC-KFSV\",\"name\":\"YeowZa! T-Shirt Shop-653067784166133536\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"ad"
124
896
  read 8192 bytes
125
897
  reading 2 bytes...
126
898
  -> "\r\n"
127
899
  read 2 bytes
128
900
  -> "2000\r\n"
129
901
  reading 8192 bytes...
130
- -> "dress_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FX6G-2ZFF-KDKV-ZZG2\",\"name\":\"YeowZa! T-Shirt Shop-5929256626242629123\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NGFR-R9RH-SAC5-88AG\",\"name\":\"YeowZa! T-Shirt Shop-7384292700788673480\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X5BH-MS58-UWEV-TM8F\",\"name\":\"YeowZa! T-Shirt Shop-7926315359275506124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PMGB-YSLT-CNF4-6YML\",\"name\":\"Conipo Network543d58c884d59\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://conipo.loc/beta_ver/includes/placanjeUspjesno.php\"},\"presentation\":{\"brand_name\":\"Conipo network\",\"logo_image\":\"http://www.conipo.com/images/conipo_logo.png\",\"locale_code\":\"US\"}},{\"id\":\"XP-7DA7-DK4U-ZWFC-RKLB\",\"name\":\"YeowZa! T-Shirt Shop4934799074187238850\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fi"
131
- -> "elds\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-385F-P3SE-VTXU-L2D4\",\"name\":\"YeowZa! T-Shirt Shop-4713755143120734912\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5V2B-GAYM-Y4C8-L5ZP\",\"name\":\"YeowZa! T-Shirt Shop2525324213055951665\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ECS6-7QEF-U8ZS-GVYE\",\"name\":\"YeowZa! T-Shirt Shop5211086798434920763\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PFAG-LH7R-FRKZ-3AKH\",\"name\":\"YeowZa! T-Shirt Shop5525102648858623791\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TMWF-MWPT-GW6V-TMFK\",\"name\":\"YeowZa! T-Shirt Shop-1630330716908412057\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PAV5-7QP8-UDWJ-Y2B2\",\"name\":\"YeowZa! T-Shirt Shop6725100681997791195\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-T8PL-S2AD-ZWGG-BPJ5\",\"name\":\"YeowZa! T-Shirt Shop-1164460996233898771\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2A2D-BYNX-3DQL-DJCW\",\"name\":\"YeowZa! T-Shirt Shop6857368947405871777\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VZ9A-2YU8-9TTF-R4D7\",\"name\":\"YeowZa! T-Shirt Shop4121784187418518623\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7X22-9SMZ-ACR2-AHYU\",\"name\":\"YeowZa! T-Shirt Shop-5987299497530816580\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DNK9-CXEG-4BHT-6WVT\",\"name\":\"YeowZa! T-Shirt Shop3330557776610170378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7ZJD-YVSG-7GJU-ATWV\",\"name\":\"YeowZa! T-Shirt Shop7399708514402340599\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ALLZ-U72H-6MYW-EPRU\",\"name\":\"YeowZa! T-Shirt Shop543c7765af3c5\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6CDL-Z34G-EAHN-MVFT\",\"name\":\"YeowZa! T-Shirt Shop4867458478832765627\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3W3U-CTQY-4EG7-ZS7A\",\"name\":\"YeowZa! T-Shirt Shop4772346532413880847\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-72T2-CM8Y-7JNR-BTFJ\",\"name\":\"YeowZa! T-Shirt Shop543d3e460336d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-69TA-UD9V-QESC-XLMZ\",\"name\":\"YeowZa! T-Shirt Shop528578581641175887\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6AM2-5W5Q-8FMT-Y3GS\",\"name\":\"YeowZa! T-Shirt Shop4547580558337738784\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ANTT-LRTC-XHLY-GH3Y\",\"name\":\"YeowZa! T-Shirt Shop4206468922372291942\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allo"
902
+ -> "dress_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FX6G-2ZFF-KDKV-ZZG2\",\"name\":\"YeowZa! T-Shirt Shop-5929256626242629123\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NGFR-R9RH-SAC5-88AG\",\"name\":\"YeowZa! T-Shirt Shop-7384292700788673480\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-X5BH-MS58-UWEV-TM8F\",\"name\":\"YeowZa! T-Shirt Shop-7926315359275506124\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PMGB-YSLT-CNF4-6YML\",\"name\":\"Conipo Network543d58c884d59\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://conipo.loc/beta_ver/includes/placanjeUspjesno.php\"},\"presentation\":{\"brand_name\":\"Conipo network\",\"logo_image\":\"http://www.conipo.com/images/conipo_logo.png\",\"locale_code\":\"US\"}},{\"id\":\"XP-7DA7-DK4U-ZWFC-RKLB\",\"name\":\"YeowZa! T-Shirt Shop4934799074187238850\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_f"
903
+ -> "ields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-385F-P3SE-VTXU-L2D4\",\"name\":\"YeowZa! T-Shirt Shop-4713755143120734912\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5V2B-GAYM-Y4C8-L5ZP\",\"name\":\"YeowZa! T-Shirt Shop2525324213055951665\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ECS6-7QEF-U8ZS-GVYE\",\"name\":\"YeowZa! T-Shirt Shop5211086798434920763\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PFAG-LH7R-FRKZ-3AKH\",\"name\":\"YeowZa! T-Shirt Shop5525102648858623791\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TMWF-MWPT-GW6V-TMFK\",\"name\":\"YeowZa! T-Shirt Shop-1630330716908412057\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PAV5-7QP8-UDWJ-Y2B2\",\"name\":\"YeowZa! T-Shirt Shop6725100681997791195\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-T8PL-S2AD-ZWGG-BPJ5\",\"name\":\"YeowZa! T-Shirt Shop-1164460996233898771\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2A2D-BYNX-3DQL-DJCW\",\"name\":\"YeowZa! T-Shirt Shop6857368947405871777\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VZ9A-2YU8-9TTF-R4D7\",\"name\":\"YeowZa! T-Shirt Shop4121784187418518623\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7X22-9SMZ-ACR2-AHYU\",\"name\":\"YeowZa! T-Shirt Shop-5987299497530816580\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DNK9-CXEG-4BHT-6WVT\",\"name\":\"YeowZa! T-Shirt Shop3330557776610170378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7ZJD-YVSG-7GJU-ATWV\",\"name\":\"YeowZa! T-Shirt Shop7399708514402340599\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ALLZ-U72H-6MYW-EPRU\",\"name\":\"YeowZa! T-Shirt Shop543c7765af3c5\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-6CDL-Z34G-EAHN-MVFT\",\"name\":\"YeowZa! T-Shirt Shop4867458478832765627\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3W3U-CTQY-4EG7-ZS7A\",\"name\":\"YeowZa! T-Shirt Shop4772346532413880847\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-72T2-CM8Y-7JNR-BTFJ\",\"name\":\"YeowZa! T-Shirt Shop543d3e460336d\",\"flow_config\":{\"landing_page_type\":\"Billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com/\"},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com/favico.ico\",\"locale_code\":\"US\"}},{\"id\":\"XP-69TA-UD9V-QESC-XLMZ\",\"name\":\"YeowZa! T-Shirt Shop528578581641175887\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-6AM2-5W5Q-8FMT-Y3GS\",\"name\":\"YeowZa! T-Shirt Shop4547580558337738784\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ANTT-LRTC-XHLY-GH3Y\",\"name\":\"YeowZa! T-Shirt Shop4206468922372291942\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allo"
132
904
  read 8192 bytes
133
905
  reading 2 bytes...
134
906
  -> "\r\n"
135
907
  read 2 bytes
136
908
  -> "2000\r\n"
137
909
  reading 8192 bytes...
138
- -> "w_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MQAJ-SGV2-CCYT-VAJX\",\"name\":\"YeowZa! T-Shirt Shop269959962453752754\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D4DX-6HCD-KS4S-BUAS\",\"name\":\"YeowZa! T-Shirt Shop7308347647450531522\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W2J2-ZFRF-9WNW-BZGE\",\"name\":\"YeowZa! T-Shirt Shop-4898630633145024835\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZPZ6-BTXB-UJQF-8PVK\",\"name\":\"YeowZa! T-Shirt Shop6168488229471636948\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YWP2-8SXP-GHCX-ZLE6\",\"name\":\"YeowZa! T-Shirt Shop-6474904092942834150\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WLE7-NZJV-ALYN-YK8R\",\"name\":\"YeowZa! T-Shirt Shop987385760017212689\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SRPN-KAAC-PX5Y-VTDN\",\"name\":\"YeowZa! T-Shirt Shop-6908419533498304635\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BFMS-JECK-FMPU-TDM7\",\"name\":\"YeowZa! T-Shirt Shop-4151884549843000925\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QE5B-A7AA-KJ7B-TYBN\",\"name\":\"YeowZa! T-Shirt Shop-6055877729788753598\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-697C-7SDP-ZY6H-2J9N\",\"name\":\"YeowZa! T-Shirt Shop6551901976830733858\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-49R8-E3LZ-8CZB-ZMAV\",\"name\":\"YeowZa! T-Shirt Shop-238310661127342235\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GXVF-5CYT-67GC-7FDM\",\"name\":\"YeowZa! T-Shirt Shop-2378297370250811262\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-27G6-Y4M7-JX4C-APXB\",\"name\":\"YeowZa! T-Shirt Shop-3608547338919556273\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DDU5-XB2Z-9RJL-4QYV\",\"name\":\"YeowZa! T-Shirt Shop-5963294378169643788\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5ZVH-TJS9-M5VF-FJGD\",\"name\":\"YeowZa! T-Shirt Shop6360148592224242690\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UFNZ-PCGD-CT4E-S6DE\",\"name\":\"YeowZa! T-Shirt Shop5050212085635579645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8X76-7LFR-58QS-KW63\",\"name\":\"YeowZa! T-Shirt Shop-6710613657627149982\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KCLA-9D8M-MK68-QVDV\",\"name\":\"KLYXMJJIJKAZ\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-DYE8-BHDZ-U896-YPBM\",\"name\":\"ZVDIEOGPABEQ\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-CRTV-Z7VU-2DNZ-HRYJ\",\"name\":\"YeowZa! T-Shirt Shop3570687966485622075\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PC7Y-9LFH-C4X8-XC87\",\"name\":\"AZLODIBCLPCY\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhan"
139
- -> "ced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYRV-3TF3-WPPE-FQAB\",\"name\":\"YeowZa! T-Shirt Shop3263748267521304515\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FURL-Y5HZ-J4DW-4V7E\",\"name\":\"VYYMSZTFSJZV\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\""
910
+ -> "w_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MQAJ-SGV2-CCYT-VAJX\",\"name\":\"YeowZa! T-Shirt Shop269959962453752754\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D4DX-6HCD-KS4S-BUAS\",\"name\":\"YeowZa! T-Shirt Shop7308347647450531522\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W2J2-ZFRF-9WNW-BZGE\",\"name\":\"YeowZa! T-Shirt Shop-4898630633145024835\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZPZ6-BTXB-UJQF-8PVK\",\"name\":\"YeowZa! T-Shirt Shop6168488229471636948\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YWP2-8SXP-GHCX-ZLE6\",\"name\":\"YeowZa! T-Shirt Shop-6474904092942834150\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WLE7-NZJV-ALYN-YK8R\",\"name\":\"YeowZa! T-Shirt Shop987385760017212689\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SRPN-KAAC-PX5Y-VTDN\",\"name\":\"YeowZa! T-Shirt Shop-6908419533498304635\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-BFMS-JECK-FMPU-TDM7\",\"name\":\"YeowZa! T-Shirt Shop-4151884549843000925\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-QE5B-A7AA-KJ7B-TYBN\",\"name\":\"YeowZa! T-Shirt Shop-6055877729788753598\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-697C-7SDP-ZY6H-2J9N\",\"name\":\"YeowZa! T-Shirt Shop6551901976830733858\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-49R8-E3LZ-8CZB-ZMAV\",\"name\":\"YeowZa! T-Shirt Shop-238310661127342235\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-GXVF-5CYT-67GC-7FDM\",\"name\":\"YeowZa! T-Shirt Shop-2378297370250811262\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-27G6-Y4M7-JX4C-APXB\",\"name\":\"YeowZa! T-Shirt Shop-3608547338919556273\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-DDU5-XB2Z-9RJL-4QYV\",\"name\":\"YeowZa! T-Shirt Shop-5963294378169643788\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5ZVH-TJS9-M5VF-FJGD\",\"name\":\"YeowZa! T-Shirt Shop6360148592224242690\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UFNZ-PCGD-CT4E-S6DE\",\"name\":\"YeowZa! T-Shirt Shop5050212085635579645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8X76-7LFR-58QS-KW63\",\"name\":\"YeowZa! T-Shirt Shop-6710613657627149982\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KCLA-9D8M-MK68-QVDV\",\"name\":\"KLYXMJJIJKAZ\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-DYE8-BHDZ-U896-YPBM\",\"name\":\"ZVDIEOGPABEQ\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-0"
911
+ -> "7/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-CRTV-Z7VU-2DNZ-HRYJ\",\"name\":\"YeowZa! T-Shirt Shop3570687966485622075\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PC7Y-9LFH-C4X8-XC87\",\"name\":\"AZLODIBCLPCY\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":1,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa Paypal\",\"logo_image\":\"http://s3-ec.buzzfed.com/static/2014-07/18/8/enhanced/webdr02/anigif_enhanced-buzz-21087-1405685585-12.gif\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYRV-3TF3-WPPE-FQAB\",\"name\":\"YeowZa! T-Shirt Shop3263748267521304515\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FURL-Y5HZ-J4DW-4V7E\",\"name\":\"VYYMSZTFSJZV\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\""
140
912
  read 8192 bytes
141
913
  reading 2 bytes...
142
914
  -> "\r\n"
@@ -150,8 +922,8 @@ reading 2 bytes...
150
922
  read 2 bytes
151
923
  -> "2000\r\n"
152
924
  reading 8192 bytes...
153
- -> "l\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-9GYC-ZE77-GM5W-XPWV\",\"name\":\"YeowZa! T-Shirt Shop911844925900363733\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5QLW-5KDW-8DZR-MNAL\",\"name\":\"YeowZa! T-Shirt Shop-5769502714926157987\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W3HW-DFTZ-QH9L-3VGT\",\"name\":\"YeowZa! T-Shirt Shop-8330903589757117096\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UG2C-8VGX-BGK6-PLTQ\",\"name\":\"YeowZa! T-Shirt Shop-9145366603939218302\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A7BY-W4C6-QP97-V99T\",\"name\":\"YeowZa! T-Shirt Shop-7734111690226296769\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4VJ5-VCW4-GJ4F-QUT6\",\"name\":\"YeowZa! T-Shirt Shop-4322048817859681515\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D5Z7-57ED-CQ4N-Q2WU\",\"name\":\"YeowZa! T-Shirt Shop2583439966226768699\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3ARP-GJUD-DVY3-SA5C\",\"name\":\"YeowZa! T-Shirt Shop7654400326131245841\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZWHX-F3QC-NAJM-4Z4M\",\"name\":\"YeowZa! T-Shirt Shop-236756252350220966\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8ES6-M4JD-MXLK-4HGL\",\"name\":\"YeowZa! T-Shirt Shop3159014612482827134\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8B9W-XEA6-5SRD-5V8Z\",\"name\":\"YeowZa! T-Shirt Shop4567550632497174101\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-86VS-9UQQ-HKN6-AP4W\",\"name\":\"YeowZa! T-Shirt Shop-3328727514815880942\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},"
154
- -> "\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQAT-62CR-TK4E-9K2W\",\"name\":\"YeowZa! T-Shirt Shop1664526541474566216\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3LZK-G8FH-HWEH-54TM\",\"name\":\"YeowZa! T-Shirt Shop3591958403507978949\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8HD9-KSK7-T3CJ-HWQ4\",\"name\":\"YeowZa! T-Shirt Shop2600701058542516240\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LHYR-QNA5-DQEA-GC27\",\"name\":\"YeowZa! T-Shirt Shop695945062653536289\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZQDJ-4B6Z-LTQZ-RYRB\",\"name\":\"YeowZa! T-Shirt Shop-6278237929433363351\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XC5J-EMWL-W9X2-MNPZ\",\"name\":\"YeowZa! T-Shirt Shop4331396373337647125\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KRLD-KCVW-ZSNJ-SF74\",\"name\":\"YeowZa! T-Shirt Shop-1694623883221818940\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MMCE-AA4T-J8M4-GXDT\",\"name\":\"YeowZa! T-Shirt Shop9113326674747906258\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TLLM-N2CT-5JDT-5R6M\",\"name\":\"YeowZa! T-Shirt Shop221754966731657441\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2GSL-TGZW-K4AH-6RUQ\",\"name\":\"YeowZa! T-Shirt Shop8885068739528693061\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4LQP-QQAG-3LDL-TJ2P\",\"name\":\"YeowZa! T-Shirt Shop2734821296195184212\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4YSP-XVFR-KHRK-PQRF\",\"name\":\"YeowZa! T-Shirt Shop1739374298684753439\",\"flow_config\":{\"lan"
925
+ -> "l\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-9GYC-ZE77-GM5W-XPWV\",\"name\":\"YeowZa! T-Shirt Shop911844925900363733\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5QLW-5KDW-8DZR-MNAL\",\"name\":\"YeowZa! T-Shirt Shop-5769502714926157987\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-W3HW-DFTZ-QH9L-3VGT\",\"name\":\"YeowZa! T-Shirt Shop-8330903589757117096\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UG2C-8VGX-BGK6-PLTQ\",\"name\":\"YeowZa! T-Shirt Shop-9145366603939218302\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-A7BY-W4C6-QP97-V99T\",\"name\":\"YeowZa! T-Shirt Shop-7734111690226296769\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4VJ5-VCW4-GJ4F-QUT6\",\"name\":\"YeowZa! T-Shirt Shop-4322048817859681515\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D5Z7-57ED-CQ4N-Q2WU\",\"name\":\"YeowZa! T-Shirt Shop2583439966226768699\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3ARP-GJUD-DVY3-SA5C\",\"name\":\"YeowZa! T-Shirt Shop7654400326131245841\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZWHX-F3QC-NAJM-4Z4M\",\"name\":\"YeowZa! T-Shirt Shop-236756252350220966\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8ES6-M4JD-MXLK-4HGL\",\"name\":\"YeowZa! T-Shirt Shop3159014612482827134\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8B9W-XEA6-5SRD-5V8Z\",\"name\":\"YeowZa! T-Shirt Shop4567550632497174101\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-86VS-9UQQ-HKN6-AP4W\",\"name\":\"YeowZa! T-Shirt Shop-3328727514815880942\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"}"
926
+ -> ",\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQAT-62CR-TK4E-9K2W\",\"name\":\"YeowZa! T-Shirt Shop1664526541474566216\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3LZK-G8FH-HWEH-54TM\",\"name\":\"YeowZa! T-Shirt Shop3591958403507978949\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-8HD9-KSK7-T3CJ-HWQ4\",\"name\":\"YeowZa! T-Shirt Shop2600701058542516240\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-LHYR-QNA5-DQEA-GC27\",\"name\":\"YeowZa! T-Shirt Shop695945062653536289\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-ZQDJ-4B6Z-LTQZ-RYRB\",\"name\":\"YeowZa! T-Shirt Shop-6278237929433363351\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XC5J-EMWL-W9X2-MNPZ\",\"name\":\"YeowZa! T-Shirt Shop4331396373337647125\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KRLD-KCVW-ZSNJ-SF74\",\"name\":\"YeowZa! T-Shirt Shop-1694623883221818940\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-MMCE-AA4T-J8M4-GXDT\",\"name\":\"YeowZa! T-Shirt Shop9113326674747906258\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TLLM-N2CT-5JDT-5R6M\",\"name\":\"YeowZa! T-Shirt Shop221754966731657441\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-2GSL-TGZW-K4AH-6RUQ\",\"name\":\"YeowZa! T-Shirt Shop8885068739528693061\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4LQP-QQAG-3LDL-TJ2P\",\"name\":\"YeowZa! T-Shirt Shop2734821296195184212\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4YSP-XVFR-KHRK-PQRF\",\"name\":\"YeowZa! T-Shirt Shop1739374298684753439\",\"flow_config\":{\"lan"
155
927
  read 8192 bytes
156
928
  reading 2 bytes...
157
929
  -> "\r\n"
@@ -165,16 +937,16 @@ reading 2 bytes...
165
937
  read 2 bytes
166
938
  -> "2000\r\n"
167
939
  reading 8192 bytes...
168
- -> "anding_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7CL6-VPL5-6UUB-CSN4\",\"name\":\"recruiter\",\"input_fields\":{\"no_shipping\":1,\"address_override\":0},\"presentation\":{\"brand_name\":\"reed.co.uk\",\"logo_image\":\"http://www.reed.co.uk/resources/images/header-logo-signed-out-homepage.png\",\"locale_code\":\"GB\"}},{\"id\":\"XP-3V6P-8KHP-PQFD-962N\",\"name\":\"YeowZa! T-Shirt Shop7887259754090855870\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SNKW-7A5W-YZFP-9Z9T\",\"name\":\"YeowZa! T-Shirt Shop-1521713645779562243\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://ww"
169
- -> "w.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4TEH-4LDY-WWGR-FE77\",\"name\":\"YeowZa! T-Shirt Shop-5354170362964060747\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-S87M-Q5FF-UVQ5-XNWU\",\"name\":\"YeowZa! T-Shirt Shop-7722759195141864692\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TSXS-HDPJ-5VZG-UFLV\",\"name\":\"YeowZa! T-Shirt Shop6597619606972976731\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HAZE-6BVS-CYYW-LT2D\",\"name\":\"YeowZa! T-Shirt Shop2128155331722527180\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-L4BB-4243-SCD8-XZFA\",\"name\":\"YeowZa! T-Shirt Shop817497118346115884\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-T92Y-JJC7-FAWU-5NBB\",\"name\":\"YeowZa! T-Shirt Shop-7512302877355562970\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N79K-5TTH-UH4V-CCHF\",\"name\":\"YeowZa! T-Shirt Shop-9186743373266892365\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XS54-5EHM-UW59-YNLM\",\"name\":\"YeowZa! T-Shirt Shop7084478650994611106\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FS7Z-QEBW-MWNH-AXQL\",\"name\":\"YeowZa! T-Shirt Shop-5750707229780773184\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4MLQ-4VJD-5H34-VFQR\",\"name\":\"YeowZa! T-Shirt Shop-4347884502290300366\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5BDW-AZD2-X988-Q235\",\"name\":\"YeowZa! T-Shirt Shop-3180455273161287352\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EFVA-RXPE-2Y3Z-VFVN\",\"name\":\"YeowZa! T-Shirt Shop-6850427669243694378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYB2-N327-9PQH-HWKT\",\"name\":\"YeowZa! T-Shirt Shop2467255169465536153\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HLZK-CRRS-XFNR-CM4K\",\"name\":\"YeowZa! T-Shirt Shop6944572147052763175\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EXBY-W7EJ-YZH8-KYRU\",\"name\":\"YeowZa! T-Shirt Shop-6933058641958462682\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H2X2-WX75-KRKP-EPQ7\",\"name\":\"YeowZa! T-Shirt Shop8330244098887395045\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VHGG-K889-CEH7-9STG\",\"name\":\"YeowZa! T-Shirt Shop-4035403707126037623\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PBB3-2RN9-ELSU-M5YU\",\"name\":\"YeowZa! T-Shirt Shop7782060058274063491\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VU39-VWR7-YGU8-6D9Q\",\"name\":\"YeowZa! T-Shirt Shop7722575285390733202\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PPJQ-XMQ6-MWVD-92DL\",\"name\":\"YeowZa! T-Shirt Shop-2722790744819214519\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\""
940
+ -> "anding_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-7CL6-VPL5-6UUB-CSN4\",\"name\":\"recruiter\",\"input_fields\":{\"no_shipping\":1,\"address_override\":0},\"presentation\":{\"brand_name\":\"reed.co.uk\",\"logo_image\":\"http://www.reed.co.uk/resources/images/header-logo-signed-out-homepage.png\",\"locale_code\":\"GB\"}},{\"id\":\"XP-3V6P-8KHP-PQFD-962N\",\"name\":\"YeowZa! T-Shirt Shop7887259754090855870\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SNKW-7A5W-YZFP-9Z9T\",\"name\":\"YeowZa! T-Shirt Shop-1521713645779562243\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4TEH-4LDY-WWGR-FE77\",\"name\":\"YeowZa! T-Shirt Shop-5354170362964060747\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-S87M-Q5FF-UVQ5-XNWU\",\"name\":\"YeowZa! T-Shirt Shop-7722759195141864692\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,"
941
+ -> "\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-TSXS-HDPJ-5VZG-UFLV\",\"name\":\"YeowZa! T-Shirt Shop6597619606972976731\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HAZE-6BVS-CYYW-LT2D\",\"name\":\"YeowZa! T-Shirt Shop2128155331722527180\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-L4BB-4243-SCD8-XZFA\",\"name\":\"YeowZa! T-Shirt Shop817497118346115884\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-T92Y-JJC7-FAWU-5NBB\",\"name\":\"YeowZa! T-Shirt Shop-7512302877355562970\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-N79K-5TTH-UH4V-CCHF\",\"name\":\"YeowZa! T-Shirt Shop-9186743373266892365\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XS54-5EHM-UW59-YNLM\",\"name\":\"YeowZa! T-Shirt Shop7084478650994611106\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-FS7Z-QEBW-MWNH-AXQL\",\"name\":\"YeowZa! T-Shirt Shop-5750707229780773184\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-4MLQ-4VJD-5H34-VFQR\",\"name\":\"YeowZa! T-Shirt Shop-4347884502290300366\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5BDW-AZD2-X988-Q235\",\"name\":\"YeowZa! T-Shirt Shop-3180455273161287352\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EFVA-RXPE-2Y3Z-VFVN\",\"name\":\"YeowZa! T-Shirt Shop-6850427669243694378\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VYB2-N327-9PQH-HWKT\",\"name\":\"YeowZa! T-Shirt Shop2467255169465536153\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HLZK-CRRS-XFNR-CM4K\",\"name\":\"YeowZa! T-Shirt Shop6944572147052763175\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EXBY-W7EJ-YZH8-KYRU\",\"name\":\"YeowZa! T-Shirt Shop-6933058641958462682\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-H2X2-WX75-KRKP-EPQ7\",\"name\":\"YeowZa! T-Shirt Shop8330244098887395045\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VHGG-K889-CEH7-9STG\",\"name\":\"YeowZa! T-Shirt Shop-4035403707126037623\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PBB3-2RN9-ELSU-M5YU\",\"name\":\"YeowZa! T-Shirt Shop7782060058274063491\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-VU39-VWR7-YGU8-6D9Q\",\"name\":\"YeowZa! T-Shirt Shop7722575285390733202\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PPJQ-XMQ6-MWVD-92DL\",\"name\":\"YeowZa! T-Shirt Shop-2722790744819214519\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\""
170
942
  read 8192 bytes
171
943
  reading 2 bytes...
172
944
  -> "\r\n"
173
945
  read 2 bytes
174
946
  -> "2000\r\n"
175
947
  reading 8192 bytes...
176
- -> "US\"}},{\"id\":\"XP-GBX2-YV4D-A5QD-4PUA\",\"name\":\"YeowZa! T-Shirt Shop1819189419608692624\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5ARU-WH2A-6MM6-P9Y8\",\"name\":\"YeowZa! T-Shirt Shop-4422133947886863715\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D7QX-GNLS-U6PA-9MZ5\",\"name\":\"YeowZa! T-Shirt Shop-7565196187759724251\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-75DP-8RZ2-TVCP-GXEE\",\"name\":\"YeowZa! T-Shirt Shop3161601163169518050\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-B5DW-P8PU-G29L-R4J3\",\"name\":\"YeowZa! T-Shirt Shop1524404222179069912\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J9FC-CEQZ-T867-F9N6\",\"name\":\"YeowZa! T-Shirt Shop3964787161507807251\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AFEK-4SB7-3JNT-HBNS\",\"name\":\"YeowZa! T-Shirt Shop-4035517389772397873\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-B9EV-VUJK-LH5H-SC6X\",\"name\":\"YeowZa! T-Shirt Shop8104172311007355272\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KGNP-2JBQ-QPRK-8EQP\",\"name\":\"YeowZa! T-Shirt Shop6515699146353433871\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RY5S-WVM2-MMW6-6PQ6\",\"name\":\"YeowZa! T-Shirt Shop-5086887472503958296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EZ5J-V2MZ-S8GD-RUCU\",\"name\":\"YeowZa! T-Shirt Shop-7826832087574499766\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UA7D-2J9Q-KJDY-U276\",\"name\":\"YeowZa! T-Shirt Shop1532667222218485936\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EY75-8PV3-EYN9-R5GB\",\"name\":\"YeowZa! T-Shirt Shop-8397635857063764695\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQDM-CTNE-FR39-6KYK\",\"name\":\"YeowZa! T-Shirt Shop-7670465335896980222\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WBHG-UERB-MDGF-JNJ6\",\"name\":\"YeowZa! T-Shirt Shop5082879050491426634\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XGVJ-P2XL-6XGQ-2SLH\",\"name\":\"YeowZa! T-Shirt Shop4939103896097876053\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YLBT-F2N2-RM6A-MFQN\",\"name\":\"YeowZa! T-Shirt Shop-3719759884414071121\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PZB2-4LHY-JQSE-FEFT\",\"name\":\"YeowZa! T-Shirt Shop-4071529236807851421\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-69QJ-FZB5-GQLD-TWL9\",\"name\":\"YeowZa! T-Shirt Shop266433159893513607\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fi"
177
- -> "elds\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NMK8-ALBC-QXV7-E2JH\",\"name\":\"YeowZa! T-Shirt Shop2902640070148478296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AFLA-NVM5-TH6S-CVSB\",\"name\":\"YeowZa! T-Shirt Shop7591239341939356303\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3KYT-U4W4-636A-X4SA\",\"name\":\"YeowZa! T-Shirt Shop-4045406143375708645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YP9T-C9FF-YNRK-EDGS\",\"name\":\"YeowZa! T-Shirt Shop7517061068631340320\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SN3Y-UMYZ-QBPG-QL82\",\"name\":\"YeowZa! T-Shirt Shop5331093178700429693\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"h"
948
+ -> "US\"}},{\"id\":\"XP-GBX2-YV4D-A5QD-4PUA\",\"name\":\"YeowZa! T-Shirt Shop1819189419608692624\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-5ARU-WH2A-6MM6-P9Y8\",\"name\":\"YeowZa! T-Shirt Shop-4422133947886863715\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-D7QX-GNLS-U6PA-9MZ5\",\"name\":\"YeowZa! T-Shirt Shop-7565196187759724251\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-75DP-8RZ2-TVCP-GXEE\",\"name\":\"YeowZa! T-Shirt Shop3161601163169518050\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-B5DW-P8PU-G29L-R4J3\",\"name\":\"YeowZa! T-Shirt Shop1524404222179069912\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-J9FC-CEQZ-T867-F9N6\",\"name\":\"YeowZa! T-Shirt Shop3964787161507807251\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AFEK-4SB7-3JNT-HBNS\",\"name\":\"YeowZa! T-Shirt Shop-4035517389772397873\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-B9EV-VUJK-LH5H-SC6X\",\"name\":\"YeowZa! T-Shirt Shop8104172311007355272\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-KGNP-2JBQ-QPRK-8EQP\",\"name\":\"YeowZa! T-Shirt Shop6515699146353433871\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-RY5S-WVM2-MMW6-6PQ6\",\"name\":\"YeowZa! T-Shirt Shop-5086887472503958296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EZ5J-V2MZ-S8GD-RUCU\",\"name\":\"YeowZa! T-Shirt Shop-7826832087574499766\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-UA7D-2J9Q-KJDY-U276\",\"name\":\"YeowZa! T-Shirt Shop1532667222218485936\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-EY75-8PV3-EYN9-R5GB\",\"name\":\"YeowZa! T-Shirt Shop-8397635857063764695\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-HQDM-CTNE-FR39-6KYK\",\"name\":\"YeowZa! T-Shirt Shop-7670465335896980222\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-WBHG-UERB-MDGF-JNJ6\",\"name\":\"YeowZa! T-Shirt Shop5082879050491426634\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-XGVJ-P2XL-6XGQ-2SLH\",\"name\":\"YeowZa! T-Shirt Shop4939103896097876053\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YLBT-F2N2-RM6A-MFQN\",\"name\":\"YeowZa! T-Shirt Shop-3719759884414071121\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-PZB2-4LHY-JQSE-FEFT\",\"name\":\"YeowZa! T-Shirt Shop-4071529236807851421\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-69QJ-FZB5-GQLD-TWL9\",\"name\":\"YeowZa! T-Shirt Shop266433159893513607\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":"
949
+ -> "{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-NMK8-ALBC-QXV7-E2JH\",\"name\":\"YeowZa! T-Shirt Shop2902640070148478296\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-AFLA-NVM5-TH6S-CVSB\",\"name\":\"YeowZa! T-Shirt Shop7591239341939356303\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-3KYT-U4W4-636A-X4SA\",\"name\":\"YeowZa! T-Shirt Shop-4045406143375708645\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-YP9T-C9FF-YNRK-EDGS\",\"name\":\"YeowZa! T-Shirt Shop7517061068631340320\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"YeowZa! Paypal\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}},{\"id\":\"XP-SN3Y-UMYZ-QBPG-QL82\",\"name\":\"YeowZa! T-Shirt Shop5331093178700429693\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"h"
178
950
  read 8192 bytes
179
951
  reading 2 bytes...
180
952
  -> "\r\n"
@@ -200,16 +972,16 @@ opening connection to api.sandbox.paypal.com:443...
200
972
  opened
201
973
  starting SSL for api.sandbox.paypal.com:443...
202
974
  SSL established
203
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
975
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
204
976
  -> "HTTP/1.1 200 OK\r\n"
205
977
  -> "Server: Apache-Coyote/1.1\r\n"
206
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=777\r\n"
207
- -> "Paypal-Debug-Id: 661c71b1f5b0c\r\n"
978
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1087\r\n"
979
+ -> "Paypal-Debug-Id: 503fc0caa38da\r\n"
208
980
  -> "Pragma: No-cache\r\n"
209
981
  -> "Cache-Control: no-cache\r\n"
210
982
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
211
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a4fbaedff&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
212
- -> "Date: Mon, 15 Dec 2014 20:54:18 GMT\r\n"
983
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a63701ce8&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
984
+ -> "Date: Fri, 19 Dec 2014 16:44:58 GMT\r\n"
213
985
  -> "Content-Type: application/json\r\n"
214
986
  -> "Content-Length: 345\r\n"
215
987
  -> "\r\n"
@@ -221,16 +993,16 @@ opening connection to api.sandbox.paypal.com:443...
221
993
  opened
222
994
  starting SSL for api.sandbox.paypal.com:443...
223
995
  SSL established
224
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
996
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
225
997
  -> "HTTP/1.1 200 OK\r\n"
226
998
  -> "Server: Apache-Coyote/1.1\r\n"
227
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=777\r\n"
228
- -> "Paypal-Debug-Id: c42a52c3f5967\r\n"
999
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=2183\r\n"
1000
+ -> "Paypal-Debug-Id: c268b238a5be5\r\n"
229
1001
  -> "Pragma: No-cache\r\n"
230
1002
  -> "Cache-Control: no-cache\r\n"
231
1003
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
232
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a4fbaefc9&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
233
- -> "Date: Mon, 15 Dec 2014 20:54:18 GMT\r\n"
1004
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a63701ee2&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1005
+ -> "Date: Fri, 19 Dec 2014 16:45:00 GMT\r\n"
234
1006
  -> "Content-Type: application/json\r\n"
235
1007
  -> "Content-Length: 345\r\n"
236
1008
  -> "\r\n"
@@ -242,33 +1014,33 @@ opening connection to api.sandbox.paypal.com:443...
242
1014
  opened
243
1015
  starting SSL for api.sandbox.paypal.com:443...
244
1016
  SSL established
245
- <- "PUT /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 619e8576-64d1-48f4-a64f-fd2c90d1729c\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 350\r\n\r\n"
1017
+ <- "PUT /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: af7da4ae-6064-49b2-b6c0-a3a460569f16\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 350\r\n\r\n"
246
1018
  <- "{\"id\":\"XP-A4UX-5GLG-DAA8-26FL\",\"name\":\"YeowZa! T-Shirt Shop-8871170336226187544-test\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"brand_name\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}}"
247
1019
  -> "HTTP/1.1 204 No Content\r\n"
248
1020
  -> "Server: Apache-Coyote/1.1\r\n"
249
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1172\r\n"
250
- -> "Paypal-Debug-Id: cf16b7a6f3b8b\r\n"
1021
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1964\r\n"
1022
+ -> "Paypal-Debug-Id: 0e364b95a0445\r\n"
251
1023
  -> "Pragma: No-cache\r\n"
252
1024
  -> "Cache-Control: no-cache\r\n"
253
1025
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
254
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbaf1cc&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
255
- -> "Date: Mon, 15 Dec 2014 20:54:19 GMT\r\n"
1026
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a63702071&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1027
+ -> "Date: Fri, 19 Dec 2014 16:44:59 GMT\r\n"
256
1028
  -> "\r\n"
257
1029
  Conn keep-alive
258
1030
  opening connection to api.sandbox.paypal.com:443...
259
1031
  opened
260
1032
  starting SSL for api.sandbox.paypal.com:443...
261
1033
  SSL established
262
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
1034
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
263
1035
  -> "HTTP/1.1 200 OK\r\n"
264
1036
  -> "Server: Apache-Coyote/1.1\r\n"
265
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1172\r\n"
266
- -> "Paypal-Debug-Id: ff6c3b0af3973\r\n"
1037
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=2183\r\n"
1038
+ -> "Paypal-Debug-Id: 364d14b2a6481\r\n"
267
1039
  -> "Pragma: No-cache\r\n"
268
1040
  -> "Cache-Control: no-cache\r\n"
269
1041
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
270
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbaf3ac&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
271
- -> "Date: Mon, 15 Dec 2014 20:54:19 GMT\r\n"
1042
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a63702216&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1043
+ -> "Date: Fri, 19 Dec 2014 16:45:00 GMT\r\n"
272
1044
  -> "Content-Type: application/json\r\n"
273
1045
  -> "Content-Length: 350\r\n"
274
1046
  -> "\r\n"
@@ -280,33 +1052,33 @@ opening connection to api.sandbox.paypal.com:443...
280
1052
  opened
281
1053
  starting SSL for api.sandbox.paypal.com:443...
282
1054
  SSL established
283
- <- "PUT /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: b5035777-db42-4ca1-9a00-0218dbf2807a\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 345\r\n\r\n"
1055
+ <- "PUT /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 285cc96f-ce90-4dd2-ba4e-054f04cedfc9\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 345\r\n\r\n"
284
1056
  <- "{\"id\":\"XP-A4UX-5GLG-DAA8-26FL\",\"name\":\"YeowZa! T-Shirt Shop-8871170336226187544\",\"flow_config\":{\"landing_page_type\":\"billing\",\"bank_txn_pending_url\":\"http://www.yeowza.com\"},\"input_fields\":{\"allow_note\":true,\"no_shipping\":0,\"address_override\":1},\"presentation\":{\"brand_name\":\"brand_name\",\"logo_image\":\"http://www.yeowza.com\",\"locale_code\":\"US\"}}"
285
1057
  -> "HTTP/1.1 204 No Content\r\n"
286
1058
  -> "Server: Apache-Coyote/1.1\r\n"
287
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1020\r\n"
288
- -> "Paypal-Debug-Id: e3c3d5ebf4399\r\n"
1059
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1011\r\n"
1060
+ -> "Paypal-Debug-Id: 589bce0ba07eb\r\n"
289
1061
  -> "Pragma: No-cache\r\n"
290
1062
  -> "Cache-Control: no-cache\r\n"
291
1063
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
292
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a4fbaf581&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
293
- -> "Date: Mon, 15 Dec 2014 20:54:19 GMT\r\n"
1064
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a6370241e&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1065
+ -> "Date: Fri, 19 Dec 2014 16:45:01 GMT\r\n"
294
1066
  -> "\r\n"
295
1067
  Conn keep-alive
296
1068
  opening connection to api.sandbox.paypal.com:443...
297
1069
  opened
298
1070
  starting SSL for api.sandbox.paypal.com:443...
299
1071
  SSL established
300
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
1072
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
301
1073
  -> "HTTP/1.1 200 OK\r\n"
302
1074
  -> "Server: Apache-Coyote/1.1\r\n"
303
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1005\r\n"
304
- -> "Paypal-Debug-Id: 21256ec3f41fe\r\n"
1075
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=851\r\n"
1076
+ -> "Paypal-Debug-Id: c965d450a60a0\r\n"
305
1077
  -> "Pragma: No-cache\r\n"
306
1078
  -> "Cache-Control: no-cache\r\n"
307
1079
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
308
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a4fbaf75c&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
309
- -> "Date: Mon, 15 Dec 2014 20:54:20 GMT\r\n"
1080
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a637025f4&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1081
+ -> "Date: Fri, 19 Dec 2014 16:45:01 GMT\r\n"
310
1082
  -> "Content-Type: application/json\r\n"
311
1083
  -> "Content-Length: 345\r\n"
312
1084
  -> "\r\n"
@@ -318,16 +1090,16 @@ opening connection to api.sandbox.paypal.com:443...
318
1090
  opened
319
1091
  starting SSL for api.sandbox.paypal.com:443...
320
1092
  SSL established
321
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
1093
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
322
1094
  -> "HTTP/1.1 200 OK\r\n"
323
1095
  -> "Server: Apache-Coyote/1.1\r\n"
324
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1135\r\n"
325
- -> "Paypal-Debug-Id: c47944e9f320e\r\n"
1096
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=851\r\n"
1097
+ -> "Paypal-Debug-Id: aa359317a62d5\r\n"
326
1098
  -> "Pragma: No-cache\r\n"
327
1099
  -> "Cache-Control: no-cache\r\n"
328
1100
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
329
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbaf93f&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
330
- -> "Date: Mon, 15 Dec 2014 20:54:20 GMT\r\n"
1101
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a637027d2&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1102
+ -> "Date: Fri, 19 Dec 2014 16:45:01 GMT\r\n"
331
1103
  -> "Content-Type: application/json\r\n"
332
1104
  -> "Content-Length: 345\r\n"
333
1105
  -> "\r\n"
@@ -339,33 +1111,33 @@ opening connection to api.sandbox.paypal.com:443...
339
1111
  opened
340
1112
  starting SSL for api.sandbox.paypal.com:443...
341
1113
  SSL established
342
- <- "PATCH /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 908601c8-c726-4619-bd22-46c6d28f5be7\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 77\r\n\r\n"
1114
+ <- "PATCH /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 8c3b97aa-022f-4d9a-8e40-a442edf0cc59\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 77\r\n\r\n"
343
1115
  <- "[{\"op\":\"replace\",\"path\":\"/presentation/brand_name\",\"value\":\"new_brand_name\"}]"
344
1116
  -> "HTTP/1.1 204 No Content\r\n"
345
1117
  -> "Server: Apache-Coyote/1.1\r\n"
346
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1135\r\n"
347
- -> "Paypal-Debug-Id: 270f903ef31ad\r\n"
1118
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1171\r\n"
1119
+ -> "Paypal-Debug-Id: cb6b46f9a6cfc\r\n"
348
1120
  -> "Pragma: No-cache\r\n"
349
1121
  -> "Cache-Control: no-cache\r\n"
350
1122
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
351
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbafec2&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
352
- -> "Date: Mon, 15 Dec 2014 20:54:22 GMT\r\n"
1123
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a637029a3&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1124
+ -> "Date: Fri, 19 Dec 2014 16:45:01 GMT\r\n"
353
1125
  -> "\r\n"
354
1126
  Conn keep-alive
355
1127
  opening connection to api.sandbox.paypal.com:443...
356
1128
  opened
357
1129
  starting SSL for api.sandbox.paypal.com:443...
358
1130
  SSL established
359
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
1131
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
360
1132
  -> "HTTP/1.1 200 OK\r\n"
361
1133
  -> "Server: Apache-Coyote/1.1\r\n"
362
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1020\r\n"
363
- -> "Paypal-Debug-Id: a7908955eb61d\r\n"
1134
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3001.slc.paypal.com;threadId=1087\r\n"
1135
+ -> "Paypal-Debug-Id: 0798a423a0f61\r\n"
364
1136
  -> "Pragma: No-cache\r\n"
365
1137
  -> "Cache-Control: no-cache\r\n"
366
1138
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
367
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a4fbb012b&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
368
- -> "Date: Mon, 15 Dec 2014 20:54:22 GMT\r\n"
1139
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=237&TopLevelTxnStartTime=14a63702bc6&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1140
+ -> "Date: Fri, 19 Dec 2014 16:45:03 GMT\r\n"
369
1141
  -> "Content-Type: application/json\r\n"
370
1142
  -> "Content-Length: 349\r\n"
371
1143
  -> "\r\n"
@@ -377,33 +1149,33 @@ opening connection to api.sandbox.paypal.com:443...
377
1149
  opened
378
1150
  starting SSL for api.sandbox.paypal.com:443...
379
1151
  SSL established
380
- <- "PATCH /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 0a5260ba-4293-49e3-9d30-0ca70feb1a19\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 73\r\n\r\n"
1152
+ <- "PATCH /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nPaypal-Request-Id: 46f9c625-d946-4c4e-ad36-563b7b2a0b5c\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 73\r\n\r\n"
381
1153
  <- "[{\"op\":\"replace\",\"path\":\"/presentation/brand_name\",\"value\":\"brand_name\"}]"
382
1154
  -> "HTTP/1.1 204 No Content\r\n"
383
1155
  -> "Server: Apache-Coyote/1.1\r\n"
384
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1135\r\n"
385
- -> "Paypal-Debug-Id: 2675d0f7ec9dd\r\n"
1156
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1188\r\n"
1157
+ -> "Paypal-Debug-Id: b5cc7011a680e\r\n"
386
1158
  -> "Pragma: No-cache\r\n"
387
1159
  -> "Cache-Control: no-cache\r\n"
388
1160
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
389
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbb02ff&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
390
- -> "Date: Mon, 15 Dec 2014 20:54:23 GMT\r\n"
1161
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a63702d93&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1162
+ -> "Date: Fri, 19 Dec 2014 16:45:03 GMT\r\n"
391
1163
  -> "\r\n"
392
1164
  Conn keep-alive
393
1165
  opening connection to api.sandbox.paypal.com:443...
394
1166
  opened
395
1167
  starting SSL for api.sandbox.paypal.com:443...
396
1168
  SSL established
397
- <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A0155X6chXjRKqIhg-M9QyTAk6gvhANkyvV2Tn1qAUVmOwo\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
1169
+ <- "GET /v1/payment-experience/web-profiles/XP-A4UX-5GLG-DAA8-26FL HTTP/1.1\r\nAuthorization: Bearer A015gxLCTMtFKvtQx.nWiuGQH1qLtU8VkGyHAH1MxPIknfc\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/PayPal-Ruby-SDK 0.9.0 (paypal-sdk-core 0.3.1; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
398
1170
  -> "HTTP/1.1 200 OK\r\n"
399
1171
  -> "Server: Apache-Coyote/1.1\r\n"
400
- -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1135\r\n"
401
- -> "Paypal-Debug-Id: d558d5e3ecfd1\r\n"
1172
+ -> "PROXY_SERVER_INFO: host=slcsbplatformapiserv3002.slc.paypal.com;threadId=1188\r\n"
1173
+ -> "Paypal-Debug-Id: 9de6b5d1a6a23\r\n"
402
1174
  -> "Pragma: No-cache\r\n"
403
1175
  -> "Cache-Control: no-cache\r\n"
404
1176
  -> "Expires: Wed, 31 Dec 1969 16:00:00 PST\r\n"
405
- -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a4fbb0502&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
406
- -> "Date: Mon, 15 Dec 2014 20:54:23 GMT\r\n"
1177
+ -> "SERVER_INFO: paymentexperienceserv:v1.payment-experience.web-profiles&CalThreadId=90&TopLevelTxnStartTime=14a63702f80&Host=slcsbpaymentexperienceserv3001.slc.paypal.com&pid=9335\r\n"
1178
+ -> "Date: Fri, 19 Dec 2014 16:45:03 GMT\r\n"
407
1179
  -> "Content-Type: application/json\r\n"
408
1180
  -> "Content-Length: 345\r\n"
409
1181
  -> "\r\n"