When you create a charge, we provide you with a hosted page that you can send to customers to complete the payment.Here’s an example of dynamically creating a charge:
Unlike credit cards where merchants must obtain payment credentials in order to charge a customer, cryptocurrencies are more like digital cash and rely on the customer explicitly sending money to the merchant.After creating a charge, Commerce continuously monitors each blockchain network for a payment.Once a payment has been sent, we update your Dashboard with the payment information. To get more information about the payment, simply retrieve the charge by supplying the UUID that was returned when the charge was created.Here’s an example of retrieving a charge:
A charge object is returned with specific information about the payment including, but not limited to, the transaction hash and status. Learn more. See Also: