Skip to main content
POST
/
v1
/
payment_intents
/
{id}
/
receipt
Send Receipt
curl --request POST \
  --url https://api.withflex.com/v1/payment_intents/{id}/receipt \
  --header 'Authorization: Bearer <token>'
{
  "code": "string",
  "detail": "string"
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Path Parameters

id
string
required
Example:

"obj_01EXAMPLE00000000000000000"

Response

no content