May 5, 2024
cancel
Showing results for 
Search instead for 
Did you mean: 
Help
Discussions
Ask questions & share knowledge with developers like you

Browse the Community

Forum Posts

Resolved! Gateway-style approval for ACH debit

Looking over the ACH Origination docs here, I see that ACH debit transactions (sending money from a Marqeta account to another account) appears to be possible.  Also, Webhooks related to ACH events are mentioned here.Can a webhook be setup to approve...

pb-cons by New Contributor III
  • 4691 Views
  • 4 replies
  • 0 kudos

Resolved! Understanding how program funding works for JIT Gateway

I need to confirm some assumptions about JIT Gateway funding.  I've gone through the relevant guides but I'll need some help to make it stick.Assume that I setup a Marqeta integration using a JIT Gateway approval webhook.  I believe that funding thos...

pb-cons by New Contributor III
  • 3842 Views
  • 3 replies
  • 0 kudos

Resolved! what does the always_fund argument control?

Looking over the Card Product configuration API request for JIT Gateway funding, I see this object at: request object/config/jit_funding/programgateway_funding_source {   enabled   funding_source_token   refunds_destination   always_fund}I can't find...

pb-cons by New Contributor III
  • 4018 Views
  • 4 replies
  • 0 kudos

Resolved! Are Direct Deposit simulations possible in the sandbox?

I'm trying to exercise the Direct Deposit simulation: POST /simulate/directdepositsFor the request I need an account number. According to GET /depositaccounts/user/{token} my users have no deposit accounts.Trying to create a deposit account using: PO...

pb-cons by New Contributor III
  • 2934 Views
  • 2 replies
  • 0 kudos

Resolved! JIT Gateway and Webhook transaction types

I'm building a JIT Gateway POC. I have two Webhooks, one for JIT Gateway authorizations, and another for monitoring the related transactions and updating my own ledger when necessary.The JIT Gateway Auth Webhook monitors a ledger that I maintain, tha...

pb-cons by New Contributor III
  • 3132 Views
  • 2 replies
  • 0 kudos

Resolved! raw_iso8583

In the response body to a /simulation/authorization API call I see ISO 8583 message details in the raw_iso8583 sub-object.Is the ISO 8583 data generally available for transactions in my program? E.g. using the Transactions API? Using the DiVA API?

pb-cons by New Contributor III
  • 2883 Views
  • 2 replies
  • 0 kudos

Resolved! transaction_options.additional_data

I'm simulating transactions for JIT Gateway funding scenarios. Looking over the Simulation API, I see that I can pass a transaction_options object, with an additional_data field (255 chars).What are some examples of things that this field might corre...

pb-cons by New Contributor III
  • 3195 Views
  • 3 replies
  • 0 kudos

Resolved! DiVA Data Analytics API and data dictionary

I'm evaluating the Marqeta platform as a potential card processing partner. The company that I'm working for has an analytics team that's pretty excited about what they can get out of the Marqeta Data Analytics API (DiVA).I would like to be able to s...

pb-cons by New Contributor III
  • 4784 Views
  • 6 replies
  • 0 kudos

Resolved! Core API UpdateCardProduct Failing

I am attempting to update theThe config.card_life_cycle.expiration_offset objectFor our Card Product. This worked in our Sandbox Environment but is failing with a "403" error (see below)."error_message": "User does not have permission to access this ...

Simulate different transaction types in sanbox

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...