post
https://api.opennode.com/v2/underpayments/accept
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Underpayments can be programmatically accepted through this API endpoint in two different ways:
a. To accept an underpayment at current value, send only a checkout_id in the body request.
b. To get a quote for current value of an underpayment and then accept that quote:
- First send
checkout_idandauto_confirm: false, which will return a quote - To accept that quote, send
checkout_idandquote_id(idfrom last step).
