hexters / CoinPayment

Package to handle payment of cryptocurrency
https://www.coinpayments.net/index.php?ref=3dc0c5875304cc5cc1d98782c2741cb5
MIT License
73 stars 42 forks source link

message: "The payload is invalid." #47

Closed developcreativo closed 4 years ago

developcreativo commented 4 years ago
  $trx['payload'] = [
                // your cusotm array here
                'foo' => [
                    'foo' => 'bar'
                ]
            ];

500 Internal Server Error message: "The payload is invalid."

hexters commented 4 years ago

What your laravel version?

developcreativo commented 4 years ago

What your laravel version? ^6.0.0

get processed payment response, some example of how to get it, first time I work with with cryptocurrencies, I don't speak English. Thank's @hexters

tarifs commented 4 years ago

can anyone solve this issue?

hexters commented 4 years ago

Please check again your payload data, your data must be an array