billing > estimate-charges

Refund stripe Estimate Charge

This endpoint can only be used after setting up the billing integration. Refer to the billing integration documentation for more details.

This endpoint may return a 409 error response with one of these public message values:

  • Invalid Estimate Charge Status
  • Missing Captured Transaction
  • Missing Customer
  • Missing Payment Intent
post/api/estimate-charges/{id}/refund/stripe

Path parameters

idstring required

Headers

X-API-Keystring required

Response

Response with status 200

EstimateChargesEstimateChargeRefundStripeV1Response required— unresolved $ref

Changes