MChaos

Paynet API

Nov 26th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. array(
  2. 'OperationId' => 0,
  3. 'LoyaltyTransaction'=> null,
  4. 'Confirmed' => null,
  5. 'Processed' => null,
  6. 'Canceled' => null,
  7. 'CustomerKey' => '00000000-0000-0000-0000-000000000000',
  8. 'CustomerCode' => null,
  9. 'BonusAmount' => null,
  10. 'DiscountAmount' => 0,
  11. 'MoneyInfo' => null,
  12. 'CustomerInfo' => null,
  13. 'RequestAmount' => 1200,
  14. 'RequestCurrency' => 498,
  15. 'CardLinkHash' => null,
  16. 'PaymentId' => 12196776,
  17. 'Status' => 1,
  18. 'Registered' => '2025-11-26T13:28:03.847',
  19. 'Amount' => 1200,
  20. 'Commission' => 0,
  21. 'Invoice' => 1764156483,
  22. 'MerchantCode' => '941206',
  23. 'SaleAreaCode' => null,
  24. 'LinkUrlSuccess' => null,
  25. 'LinkUrlCancel' => null,
  26. 'Signature' => '8571607fafc37e0af2dbefc82b0b4da0',
  27. 'SignVersion' => 'v01',
  28. 'Customer' => array(
  29. 'Code' => 'USER001',
  30. 'Name' => 'Ivan',
  31. 'NameFirst' => 'Ivan',
  32. 'NameLast' => 'Ivanov',
  33. 'email' => '[email protected]',
  34. 'Country' => 'MD',
  35. 'City' => null,
  36. 'Address' => 'Str. Test 1',
  37. 'PhoneNumber' => '+37360000000',
  38. 'CardLinkHash' => null,
  39. 'PostalCode' => null,
  40. ),
  41. 'Payer' => null,
  42. 'Currency' => 498,
  43. 'ExternalDate' => '2025-11-26T13:28:03.84',
  44. 'ExpiryDate' => '2025-11-26T13:58:03',
  45. 'Services' => array(
  46. 0 => array(
  47. 'Name' => 'Card of products',
  48. 'Description' => 'Cart of products',
  49. 'Amount' => 1200,
  50. 'Products' => array(
  51. 0 => array(
  52. 'GroupName' => null,
  53. 'QualitiesConcat' => null,
  54. 'LineNo' => 1,
  55. 'GroupId' => 1,
  56. 'Code' => 'PRD1',
  57. 'Barcode' => 123456,
  58. 'Name' => 'Product 1',
  59. 'Description' => 'Product 1',
  60. 'UnitPrice' => 1200,
  61. 'UnitProduct' => '1',
  62. 'Quantity' => 100,
  63. 'Amount' => 1200,
  64. 'Dimensions' => null,
  65. 'Qualities' => null,
  66. 'TotalAmount' => 1200,
  67. ),
  68. ),
  69. ),
  70. ),
  71. 'MoneyType' => null,
  72. );
Advertisement
Add Comment
Please, Sign In to add comment