POST api.pay.astral.money/api/v1/orders
POST
api.pay.astral.money/api/v1/orders
Creates a new payment order for a merchant
authorization*
String
Astral Merchant API Key
order_id*
The merchant tracking ID for the order.
merchant*
Name of the merchant
wallet*
Wallet address that the payment is to be made to
amount*
Number
Exact amount to be paid to the merchant in decimal value. E.g $16.80 would be 16.80
currency*
Fiat currency the payment is to be made in.
E.g USD
redirect_uri*
URI where the user will be redirected to upon payment success
webhook_url
A optional webhook URL to be triggered upon payment success
{ // Response }
Last updated 4 years ago
Was this helpful?