Chargebacks

Simulate chargeback status change

Only available in the Rainforest sandbox environment.

Simulate the decision of the chargeback. The expected webhooks will be sent for the chargeback on status change.

post/v1/chargebacks/{chargeback_id}/simulate

Parameters

#/paths/~1v1~1payins/get/parameters/0 — unresolved $ref
#/paths/~1v1~1chargebacks~1%7Bchargeback_id%7D/get/parameters/1 — unresolved $ref

Request body

status'DISPUTE_ACTION_REQUIRED' | 'PROVISIONAL_WIN' | 'WON' | 'LOST'

Status to transition the chargeback to.

Response

OK

statusStatus — unresolved $ref
dataData — unresolved $ref
errorsErrors — unresolved $ref

Changes