March 28, 2024
cancel
Showing results for 
Search instead for 
Did you mean: 
Help

Simulate different transaction types in sanbox

mgarasimchuk
New Contributor

I have a sandbox account which I've created to implement webhooks endpoint for our application. I've bin playing around to simulate different types of transaction. With the sendbox I was able to get only next transaction types at my webhooks endpoint:

  • authorization
  • authorization.advice
  • directdeposit.credit.reject
  • gpa.credit
  • gpa.credit.authorization
  • gpa.credit.authorization.reversal
  • gpa.credit.reversal
  • gpa.debit
  • original.credit.auth_plus_capture
  • pindebit
  • pindebit.atm.withdrawal
  • pindebit.authorization.clearing
  • pindebit.balanceinquiry
  • pindebit.reversal
  • refund

How can I simulate the rest 76 transaction with types missed from my list? 

I need this because transactions with different types are going to be mapped on a different entities internally and to correctly map everything I need to have some data examples.

 

Thanks.

1 REPLY 1

jmoschou
Marqeta Staff
Marqeta Staff

Hi mgarasimchuk,

 

James from Marqeta here.

You have not missed anything. Unfortunately our sandbox only supports simulating a subset of the transactions that can occur live. We know this makes it difficult for developers such as yourself to build against and is something we're actively working on.

In the meantime, you can reference the Transaction Response Model, which is the same model as in the webhook payload for transaction.* events.

https://www.marqeta.com/docs/core-api/transactions#_transaction_field_descriptions

 

You can also reference the Transaction Events documentation to determine which fields in the Transaction Response Model will be present for each transaction type.

https://www.marqeta.com/docs/core-api/event-types#_transaction_events

 

Hope this help.