v1

latestOpenAPI 3.0.02026-07-1498163181.9 KB
Payment Intents

Send payment receipt email to customer.

Send payment receipt email to customer.

post/api/v1/payment-intents/{paymentIntentId}/payment-receipts/send

Path parameters

paymentIntentIdstring required

Response

idstring required
createdAtstring date-time
updatedAtstring date-time
organizationIdstring uuid required
paymentIntentIdstring uuid required
namestring
receiptNumberstring required
uristring

Example response

{
  "organizationId": "c3611c05-df51-4b47-b601-f2eac02f4ef0",
  "paymentIntentId": "c3611c05-df51-4b47-b601-f2eac02f4ef0"
}