You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"id":"1MX09991P76703211","status":"COMPLETED","intent":"CAPTURE","gross_total_amount":{"value":"39.99","currency":"USD"},"purchase_units":[{"description":"xxx System Utilities Premiere.","amount":{"currency":"USD","total":"39.99"},"payee":{"email":"aaa-facilitator@xxx.com","payee_display_metadata":{}},"items":[{"name":"xxx","sku":"system_utilities","description":"System Utilities Premiere","price":"39.99","currency":"USD","quantity":1}],"shipping_address":{"recipient_name":"test buyer","line1":"1 Main St","city":"San Jose","country_code":"US","postal_code":"95131","state":"CA","type":"HOME_OR_WORK"},"payment_summary":{"captures":[{"id":"8XY540244N4008442","amount":{"currency":"USD","details":{},"total":"39.99"},"status":"COMPLETED","transaction_fee":{"value":"1.46","currency":"USD"},"payment_mode":"INSTANT_TRANSFER","protection_eligibility":"ELIGIBLE","protection_eligibility_type":"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE","create_time":"2020-01-04T20:22:25Z","links":[{"href":"https://api.sandbox.paypal.com/v1/payments/capture/8XY540244N4008442","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v1/payments/capture/8XY540244N4008442/refund","rel":"refund","method":"POST"}]}]},"status":"CAPTURED"}],"payment_details":{"payment_id":"PAYID-LYIPHWA4F595421XN846133F"},"payer_info":{"email":"aaa-buyer@xxx.com","first_name":"test","last_name":"buyer","payer_id":"F969UESWLW5V4","phone":"408-370-8593","phone_type":"HOME","country_code":"US","shipping_address":{"recipient_name":"test buyer","line1":"1 Main St","city":"San Jose","country_code":"US","postal_code":"95131","state":"CA","type":"HOME_OR_WORK"}},"metadata":{"supplementary_data":[{"name":"risk_correlation_id","value":"EC-1MX09991P76703211"},{"name":"buyer_ipaddress","value":"75.167.162.25"},{"name":"external_channel","value":"WEB"}]},"redirect_urls":{"return_url":"https://www.paypal.com/checkoutnow/error?paymentId=PAYID-LYIPHWA4F595421XN846133F","cancel_url":"https://www.paypal.com/checkoutnow/error"},"links":[{"href":"https://api.sandbox.paypal.com/v1/checkout/orders/1MX09991P76703211","rel":"self","method":"GET"}],"create_time":"2020-01-04T20:21:43Z","update_time":"2020-01-04T20:22:25Z"}
Here it is straight from Visual Studio:
"{\"id\":\"1MX09991P76703211\",\"status\":\"COMPLETED\",\"intent\":\"CAPTURE\",\"gross_total_amount\":{\"value\":\"39.99\",\"currency\":\"USD\"},\"purchase_units\":[{\"description\":\"xxx System Utilities Premiere.\",\"amount\":{\"currency\":\"USD\",\"total\":\"39.99\"},\"payee\":{\"email\":\"aaa-facilitator@xxx.com\",\"payee_display_metadata\":{}},\"items\":[{\"name\":\"xxx\",\"sku\":\"system_utilities\",\"description\":\"System Utilities Premiere\",\"price\":\"39.99\",\"currency\":\"USD\",\"quantity\":1}],\"shipping_address\":{\"recipient_name\":\"test buyer\",\"line1\":\"1 Main St\",\"city\":\"San Jose\",\"country_code\":\"US\",\"postal_code\":\"95131\",\"state\":\"CA\",\"type\":\"HOME_OR_WORK\"},\"payment_summary\":{\"captures\":[{\"id\":\"8XY540244N4008442\",\"amount\":{\"currency\":\"USD\",\"details\":{},\"total\":\"39.99\"},\"status\":\"COMPLETED\",\"transaction_fee\":{\"value\":\"1.46\",\"currency\":\"USD\"},\"payment_mode\":\"INSTANT_TRANSFER\",\"protection_eligibility\":\"ELIGIBLE\",\"pro
tection_eligibility_type\":\"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\"create_time\":\"2020-01-04T20:22:25Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/8XY540244N4008442\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/capture/8XY540244N4008442/refund\",\"rel\":\"refund\",\"method\":\"POST\"}]}]},\"status\":\"CAPTURED\"}],\"payment_details\":{\"payment_id\":\"PAYID-LYIPHWA4F595421XN846133F\"},\"payer_info\":{\"email\":\"ref-buyer@xxx.com\",\"first_name\":\"test\",\"last_name\":\"buyer\",\"payer_id\":\"F969UESWLW5V4\",\"phone\":\"408-370-8593\",\"phone_type\":\"HOME\",\"country_code\":\"US\",\"shipping_address\":{\"recipient_name\":\"test buyer\",\"line1\":\"1 Main St\",\"city\":\"San Jose\",\"country_code\":\"US\",\"postal_code\":\"95131\",\"state\":\"CA\",\"type\":\"HOME_OR_WORK\"}},\"metadata\":{\"supplementary_data\":[{\"name\":\"risk_correlation_id\",\"value\":\"EC-1MX09991P76703211\"},{\"name\":\"buyer_ipad
dress\",\"value\":\"75.167.162.25\"},{\"name\":\"external_channel\",\"value\":\"WEB\"}]},\"redirect_urls\":{\"return_url\":\"https://www.paypal.com/checkoutnow/error?paymentId=PAYID-LYIPHWA4F595421XN846133F\",\"cancel_url\":\"https://www.paypal.com/checkoutnow/error\"},\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/checkout/orders/1MX09991P76703211\",\"rel\":\"self\",\"method\":\"GET\"}],\"create_time\":\"2020-01-04T20:21:43Z\",\"update_time\":\"2020-01-04T20:22:25Z\"}"
Jil can't serialize this string:
Here it is straight from Visual Studio:
Exception Thrown:
Jil.DeserializationException: 'Expected character: '\''
Update: Another issue trying to serialize stripe payment result. "Paid" should have been true, but came back as "False". No exception thrown.
The text was updated successfully, but these errors were encountered: