Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request URL & Headers

Code Block
POST api.payrix.com/plaid/linkToken/create HTTP/1.1
Accept: application/json
Content-Type: application/json
Host: api.payrix.com
APIKEY: {Payrix API Key}

Required Parameters

userId

Your custom alphanumeric user ID

countryCode

US for the United States, CA for Canada.

redirectURI

The link to the signup form you provided to Payrix during your implementation process.

...