bchavez / Coinbase.Commerce

:moneybag: A .NET/C# implementation of the Coinbase Commerce API.
https://commerce.coinbase.com/docs/
Other
48 stars 9 forks source link

Get currency paid with #8

Closed chuksgpfr closed 5 years ago

chuksgpfr commented 5 years ago

How do i get the currency the user paid with, either BTC or ETH and how much is the coin amount from webhook ? Something like this. chargeInfo.Pricing["Amount"].Amount

charge

bchavez commented 5 years ago

@chuksgpfr, I don't know. You need to provide more information.

What does the JSON in the webhook look like?