curl --request POST \
--url https://api.getfernand.com/contacts/{id}/payment-email \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"source": "STRIPE",
"email": "billing@piedpiper.com"
}
'{
"subscription_status": "active",
"subscription_start": "2023-11-07T05:31:56Z",
"financials": {}
}curl --request POST \
--url https://api.getfernand.com/contacts/{id}/payment-email \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"source": "STRIPE",
"email": "billing@piedpiper.com"
}
'{
"subscription_status": "active",
"subscription_start": "2023-11-07T05:31:56Z",
"financials": {}
}ID of the contact to link the payment email to.
Was this page helpful?