Skip to main content

Simulate a Status

In order to simulate a status send the field person_firstname or the first word in the field full_name as indicated below ("surname" is just a placeholder in the examples, you can replace it if you want).

json
"person_firstname": "PAID"
json
"full_name": "PAID surname"

Cancelled Status:

json
"person_firstname": "CANCELED"
json
"full_name": "CANCELED surname"

In Analysis Status:

json
"person_firstname": "IN_ANALYSIS"
json
"full_name": "IN_ANALYSIS surname"

Declined Status:

json
"person_firstname": "DECLINED"
json
"full_name": "DECLINED surname"

For the statuses related to refunds just issue refunds to a previously approved transaction. There is no automatic simulation for the statuses realted to disputes.