Invoice
See example of enabling invoice payment method.
Create the invoice payment mode
Example request
curl --location --request POST 'https://api.emporix.io/payment-gateway/{{TENANT}}/paymentmodes/config' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {EMPORIX_AUTH_TOKEN}' \
--data-raw '{
"code": "invoice",
"active": true,
"provider": "INVOICE",
"configuration": {}
}'Payload notes
What to do next
Last updated
Was this helpful?

