Create Test ACH Transaction

Hi
Im building a new integration that is triggered when ach transaction amount is over $1000.
Was looking for ways to trigger a ACH transaction to verify it does what its supposed to do.

I found out about using the payment api endpoint

However I’m getting the following error

{
  "errors": [
    {
      "code": "NOT_FOUND",
      "detail": "Bank nonce not found",
      "category": "INVALID_REQUEST_ERROR"
    }
  ]
}

I’m leveraging bnon:bank-nonce-ok as the source_id per the guide here

Was wondering if anyone can guide me to the right direction

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Take Payments
Take Payments
Postman

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

How did you get to that page in the screenshot? The error is because the base path URL isn’t correct. It needs to be https://connect.squareupsandbox.com/v2/payments :slightly_smiling_face:

I had tested our regular payments awhile back and had this link bookmarked
https://developer.squareupstaging.com/explorer/square/payments-api/create-payment

Able to get the correct one now! thanks :slight_smile:

I was wondering are we able to generate these for staging?
We dont currently have a sandbox environment or have it connect to a playpen instance?