Simulate clearing or refund
Simulate an authorization.clearing type transaction by including the original_transaction_token and amount in your request. To simulate a refund type transaction, set the is_refund field to true.
Documentation Index
Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Transaction clearing or refund details
The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)
When you simulated a clearing the synchronous response would have included a transaction.token. That value should be used here.
{
"address": "address",
"city": "city",
"country": "country",
"ecommerce_security_level_indicator": "ecommerce_security_level_indicator",
"mcc": "mcc",
"name": "name",
"partial_approval_capable": false,
"state": "state",
"zip": "zip"
}1 - 50Response
Success
The response is of type object.

