Buyer
Interacting as a buyer on Magma
Pay for an Order
Authenticated Endpoint: requires an API key
⚠️
If the order is in the WAITING_FOR_BUYER_PAYMENT you can pay the request.
Get all of your orders to find the requests you need to pay.
query GetUserOrders {
getUserOrders {
list {
status
request
}
}
}
Click here to open the query in the Apollo Explorer. (opens in a new tab)