Simular transacao (Sandbox)
Transactions
Simulate transaction
Simulate transaction status changes in Sandbox
POST
Simular transacao (Sandbox)
Simulates a status change for a transaction, allowing you to test your integration without real payments.
Simulating a status change triggers webhooks normally. If the transaction has a
callbackUrl, the corresponding webhook will be delivered.Authorizations
Token JWT obtido via /v1/auth/token
Path Parameters
ID da transacao
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Body
application/json
Acao a simular
Available options:
complete, expire, fail, refund Example:
"complete"