POST
/purchasename
, description
, amount_in_cents
, and quantity
info.true
, the purchase is eligible to be automatically refunded if a later fraud alert is detected on the payment card, minimizing the risk of chargebacks. A common use case is to set this to true
if you are selling digital goods. Contact Manifest to configure your fraud refund window (default is 72 hours).The Purchase status will be updated to refunded
and you will receive a purchase.update
webhook after the refund is processed.Status | Description |
---|---|
created | Purchase has been created. |
pending | Payment was successful, and money is being collected from the buyer. |
settling | Payment is being settled to your operating account. |
completed | Purchase has finished processing, and payment has been received in your operating account. |
error | Purchase has encountered an error. |
canceled | Purchase has been canceled. |
refunded | Purchase has been refunded, and will be updated to reversed once the refund has been processed. If your attempt to refund a purchase fails, the payment will not be able to be reversed without a chargeback being processed. |
reversed | Purchase has been reversed. This can happen if a refund is issued, or a chargeback is processed. |
description
, amount_in_cents
, and meta
data. You are responsible for adding items
for tax and shipping, if applicable.true
, the purchase is eligible to be automatically refunded if a later fraud alert is detected on the payment card, minimizing the risk of chargebacks. A common use case is to set this to true
if you are selling digital goods. Contact Manifest to configure your fraud refund window (default is 72 hours).The Purchase status will be updated to refunded
and you will receive a purchase.update
webhook after the refund is processed.