Guest User

Subscribe Return URl with paypal Token for billing

a guest
Jan 1st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. {
  2. "package_type": "subscription",
  3. "package_id": "psz@bizsubscription",
  4. "seller_ipn_url": "http://dev.besure.com.au/my-account/subscriptions/ipn.php?mode=checkout&cid=20180101-7BYUJ",
  5. "gateway": "paypal",
  6. "contract": {
  7. "id": "20180101-7BYUJ",
  8. "title": "Business Member Subscription @ $725.45 yearly",
  9. "fromdt": "2018-01-01",
  10. "untildt": "2019-01-01",
  11. "total_amt": null,
  12. "balance_amt": null,
  13. "trialfromdt": "",
  14. "trialuntildt": "",
  15. "country_code": "AU"
  16. },
  17. "payer": {
  18. "userid": "32@psn",
  19. "firstname": "Mahbub",
  20. "lastname": "Rahman",
  21. "email": "lover.mahabub@gmail.com",
  22. "mobile": "undefined",
  23. "address": "undefined",
  24. "suburb": "3desads",
  25. "state": "NSW",
  26. "postcode": "4424"
  27. },
  28. "billing": {
  29. "cycle": "yearly",
  30. "fromdt": "2018-01-01",
  31. "untildt": "2019-01-01",
  32. "amount_per_cycle": "$725.45",
  33. "currency": "AUD",
  34. "amount_once": 0,
  35. "date-once": "2015-08-20"
  36. },
  37. "pay_info": {
  38. "type": "paypal",
  39. "paypal_id": "kuddus@gmail.com"
  40. },
  41. "custom": [],
  42. "contract_sysid": "20180101.101113.5a4a0941a879bIjPs",
  43. "paypal": {
  44. "TOKEN": "EC-17W71044UJ1934848",
  45. "TIMESTAMP": "2018-01-01T10:14:40Z",
  46. "CORRELATIONID": "7719a45ac6cb8",
  47. "ACK": "Success",
  48. "VERSION": "86",
  49. "BUILD": "40680762",
  50. "agreement_link": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-17W71044UJ1934848",
  51. "BILLINGAGREEMENTACCEPTEDSTATUS": "1",
  52. "CHECKOUTSTATUS": "PaymentActionNotInitiated",
  53. "EMAIL": "kuddus@gmail.com",
  54. "PAYERID": "CMVBQ4LKSAL6E",
  55. "PAYERSTATUS": "unverified",
  56. "BUSINESS": "Mah Rah's Test Store",
  57. "FIRSTNAME": "Mah",
  58. "LASTNAME": "Rah",
  59. "COUNTRYCODE": "US",
  60. "SHIPTONAME": "Mah Rah's Test Store",
  61. "SHIPTOSTREET": "1 Main St",
  62. "SHIPTOCITY": "San Jose",
  63. "SHIPTOSTATE": "CA",
  64. "SHIPTOZIP": "95131",
  65. "SHIPTOCOUNTRYCODE": "US",
  66. "SHIPTOCOUNTRYNAME": "United States",
  67. "ADDRESSSTATUS": "Confirmed",
  68. "CURRENCYCODE": "USD",
  69. "AMT": "0.00",
  70. "SHIPPINGAMT": "0.00",
  71. "HANDLINGAMT": "0.00",
  72. "TAXAMT": "0.00",
  73. "INSURANCEAMT": "0.00",
  74. "SHIPDISCAMT": "0.00",
  75. "PAYMENTREQUEST_0_CURRENCYCODE": "USD",
  76. "PAYMENTREQUEST_0_AMT": "0.00",
  77. "PAYMENTREQUEST_0_SHIPPINGAMT": "0.00",
  78. "PAYMENTREQUEST_0_HANDLINGAMT": "0.00",
  79. "PAYMENTREQUEST_0_TAXAMT": "0.00",
  80. "PAYMENTREQUEST_0_INSURANCEAMT": "0.00",
  81. "PAYMENTREQUEST_0_SHIPDISCAMT": "0.00",
  82. "PAYMENTREQUEST_0_INSURANCEOPTIONOFFERED": "false",
  83. "PAYMENTREQUEST_0_SHIPTONAME": "Mah Rah's Test Store",
  84. "PAYMENTREQUEST_0_SHIPTOSTREET": "1 Main St",
  85. "PAYMENTREQUEST_0_SHIPTOCITY": "San Jose",
  86. "PAYMENTREQUEST_0_SHIPTOSTATE": "CA",
  87. "PAYMENTREQUEST_0_SHIPTOZIP": "95131",
  88. "PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE": "US",
  89. "PAYMENTREQUEST_0_SHIPTOCOUNTRYNAME": "United States",
  90. "PAYMENTREQUEST_0_ADDRESSSTATUS": "Confirmed",
  91. "PAYMENTREQUESTINFO_0_ERRORCODE": "0",
  92. "PROFILEID": null,
  93. "TRANSACTIONID": null
  94. },
  95. "seller_ipn_action": "subscription_activated"
  96. }
Add Comment
Please, Sign In to add comment