Process invoice

POST /self/{shopId}/invoices/{invoiceId}/process

Path parameters

Responses

  • Manually process the invoice

POST /self/{shopId}/invoices/{invoiceId}/process
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/process' \
 --header "Authorization: $API_KEY"