post https://api.copperx.dev/api/v1/invoices
Creates as invoice
Log in to see full request history
Responses
Creates as invoice
xxxxxxxxxx
26curl --request POST \
--url https://api.copperx.dev/api/v1/invoices \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"lineItems": {
"data": [
{
"priceData": {
"currency": "usdc",
"interval": "day",
"productData": {
"visibility": 10
},
"type": "one_time"
},
"quantity": 1
}
]
},
"paymentSetting": {
"allowSwap": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: