Verify ACH

Checks if given ACH info is valid

POST /v3/paymentMethods/{userId}/verifyACH

Request

The details below help you form your HTTP requests to this endpoint.

Path Parameters

The endpoint path expects parameters.

Name
Type
Required
Description

userId

string

Customer Id

Body

You must provide a JSON payload.

Name
Type
Required
Description

accountNumber

string

user ACH account number

routingNumber

string

user ACH routing number

Response

The details below help you understand the responses you could get from this endpoint.

Samples

Below are samples of responses, with tabs corresponding to returned status code.

{
    "data": {
        "accountResponseCode": "_5555",
        "status": true
    }
}

Schema

The response's schema is outlined below.

Name
Type
Required
Description

data

object

N/A

data.accountResponseCode

string

Giact response code

data.status

boolean

Result of ACH verification

Last updated

Was this helpful?