[ Web Proxy ]
URL:
Viewing: https://developer.squareup.com/reference/sdks/web/payments/objects/AchStoreOptions [Back]  [Original]

AchStoreOptions Object - Square Web Payments SDK Reference

#
AchStoreOptions

Link bank account.

Properties

#
accountHolderName string
#
intent "STORE"
achStoreOptions.js
JS
JavaScript
Copy

const achLinkOptions = {

  intent: 'STORE',

  accountHolderName: 'John Doe',

};

Web Proxy Viewer  |  New URL  |  Original Page