10-01-2021 03:51 AM
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:
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.
10-01-2021 02:31 PM
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.