Create a Recurring Invoices
Copperx allows you to create recurring invoices for subscriptions, memberships, and services that require periodic payments.
๐ง How It Works
curl --request POST \
--url https://api.copperx.dev/api/v1/customers \
--header 'Authorization: Bearer {API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"name": "John Doe",
"metadata": {
"customerType": "SaaS"
}
}'๐ ๏ธ Best Practices
Last updated