Attach Blockchain to Payment Method
ACH is only used for off-ramping. On-ramping with ACH is not available anymore.
This endpoint enables you to connect any payment method - like a bank account - to any of the blockchains we support. This gives the payment method its own blockchain addresses. Any funds sent to this address will be instantly and automatically converted and liquidated.
All standard transfer limits apply to these liquidations. If these limitations are violated for any reason, the funds will instead be routed to the account which created the payment methods. The credited balance to the account will be in the original blockchain currency.
Attach Blockchain to Payment Method
POST
https://api.sendwyre.com/v2/paymentMethod/:paymentMethodId/attach
Request Body
blockchain
string
The blockchain to attach. May be BTC
, ETH
, or ALL
. You may specify multiple currencies using commas, such as BTC,ETH
notifyUrl
string
The webhook URL that will be notified of the transfer as well as its subsequent status via a data subscription
muteMessages
boolean
When true
indicates that the resulting transfers should not dispatch email notifications
Last updated
Was this helpful?