cURL
curl --request POST \ --url https://api.withflex.com/v1/payment_intents/{id}/receipt \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "detail": "<string>" }
Send a receipt to customer for the associated payment
Use a Bearer token to access this API.
no content