Advertisement
Guest User

PaymentDetailsResponse Object

a guest
Dec 31st, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. PaymentDetailsResponse Object
  2. (
  3. [responseEnvelope] => ResponseEnvelope Object
  4. (
  5. [timestamp] => 2012-12-31T01:07:41.116-08:00
  6. [ack] => Success
  7. [correlationId] => a487cca142936
  8. [build] => 4110101
  9. )
  10.  
  11. [cancelUrl] => http://mywebsite.loc/accept
  12. [currencyCode] => USD
  13. [ipnNotificationUrl] =>
  14. [memo] =>
  15. [paymentInfoList] => PaymentInfoList Object
  16. (
  17. [paymentInfo] => Array
  18. (
  19. [0] => PaymentInfo Object
  20. (
  21. [transactionId] =>
  22. [transactionStatus] =>
  23. [receiver] => Receiver Object
  24. (
  25. [amount] => 20.00
  26. [email] => ***_1351532995_biz@gmail.com
  27. [phone] =>
  28. [primary] => true
  29. [invoiceId] =>
  30. [paymentType] => SERVICE
  31. [paymentSubType] =>
  32. )
  33.  
  34. [refundedAmount] =>
  35. [pendingRefund] => false
  36. [senderTransactionId] =>
  37. [senderTransactionStatus] =>
  38. [pendingReason] =>
  39. )
  40.  
  41. [1] => PaymentInfo Object
  42. (
  43. [transactionId] =>
  44. [transactionStatus] =>
  45. [receiver] => Receiver Object
  46. (
  47. [amount] => 16.00
  48. [email] => ***_1356937688_per@gmail.com
  49. [phone] =>
  50. [primary] => false
  51. [invoiceId] =>
  52. [paymentType] => SERVICE
  53. [paymentSubType] =>
  54. )
  55.  
  56. [refundedAmount] =>
  57. [pendingRefund] => false
  58. [senderTransactionId] =>
  59. [senderTransactionStatus] =>
  60. [pendingReason] =>
  61. )
  62.  
  63. )
  64.  
  65. )
  66.  
  67. [returnUrl] => http://mywebsite.loc/accept
  68. [senderEmail] => ***_1356685740_per@gmail.com
  69. [status] => ERROR
  70. [trackingId] =>
  71. [payKey] => AP-3LU09761SS83034**
  72. [actionType] => PAY_PRIMARY
  73. [feesPayer] => EACHRECEIVER
  74. [reverseAllParallelPaymentsOnError] => false
  75. [preapprovalKey] =>
  76. [fundingConstraint] =>
  77. [sender] => SenderIdentifier Object
  78. (
  79. [useCredentials] => false
  80. [taxIdDetails] =>
  81. [email] => ***_1356685740_per@gmail.com
  82. [phone] =>
  83. )
  84.  
  85. [error] =>
  86. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement