Payment Methods
Getting Started With Bank Transfers Through the Wyre API
Payment Methods relating to ACH are only used for off-ramping to US bank accounts.
Payment Method resources are generic resources that represent a payment method connected to the financial system.
A Payment Method, as returned by the Wyre, looks like this:
Payment Method Statuses
Status
Description
PENDING
Payment Method has not been activated and is PENDING review on Wyre's side. No user action is required.
AWAITING_FOLLOWUP
ACTIVE
Payment Method is active and ready for use.
REJECTED
Payment Method has been rejected by Wyre and cannot be used.
Payment Method Types
For some more information on the differences between different types of Payment Methods check out Payment Method Types
Type
LinkType value
Description
WIRE_TRANSFER
INTERNATIONAL_TRANSFER
Wire transfer
LOCAL_TRANSFER
LOCAL_TRANSFER
Transfer using the local banking system. In the case of US, this would be an ACH payment.
Blockchain Attachment & Liquidation
Payment methods may be connected to any of the blockchains we support. This means that any transactions in supported currencies sent to that address will have their totals converted and liquidated to the payment method.
You may attach blockchain when creating payment methods by supplying a request parameter attachBlockchains
as an array of currencies, or ALL
for all presently available.
Lifecycle and Exceptions
There are four edge cases that would trigger a user into a non approved
state after submitting KYC information and connecting a bank account.
A user needs to re-submit a piece of initial account information.
User needs to re-submit an ID image
A user needs to submit a Proof of Address
A user needs to submit an ACH authorization form.
1. A user needs to re-submit a piece of initial account information.
On the API level, after a user submits data, the status of each fieldId
in the response object from the get_account endpoint returns back a PENDING
status for whichever fieldId
that corresponds to the incorrectly input KYC data point.
There could be different note
s for different user actions based on each KYC data point.
2. User needs to re-submit an ID image
This typically happens when a user submits an ID that:
isn't legible, blurry image
pictures doesn't encapsulate the entire image, all four corners are not showing
Image doesn't match with the correct initial account KYC data
The user will then get an email to upload a new image to the dashboard.
It's important to look at the note
section of the server response object. The note will give context as to why an image will not work. Other notes include:
Identification needs to be in full color
Identification is blurry/hard to read
Document must include all four corners
Please submit a passport, driver's license or govt. issued identification document
Identification document is not supported
3. A user needs to submit a Proof of Address
This typically happens when a user submits an ID and inputs KYC address data that doesn't match. A proof of address document such as a:
Utility Bill
Bank Statement
It's important to look at the note
section of the server response object. The note will give context as to why an image will not work. Other notes include:
Please provide a translated copy of this document
Utility Bill does not match profile address
Bank Statement does not match profile address
Please provide utility bill that matches profile address
Please provide all pages of Bank statement for verification
4. A user needs to submit an ACH authorization form.
This typically happens when a user submits an ID, inputs KYC data, uploads a bank account payment method and data doesn't match. Examples include:
Does not match the registered legal name
Does not match the registered email
Does not match the registered phone number
Does not match the registered address nor have a valid proof of address on file
Does not have transaction posted in transaction history
Does not have a sufficient balance to cover the transaction
Submitting documentation via support.sendwyre.com
This will trigger the event of sending an email out to a users. After clicking the link in the email, users will be taken to support.sendwyre.com and will immediately be shown the following prompt.
Once submitted, our team will review and process the information.
Submitting documentation via the WYRE API
If an account goes into a status that needs an authorization form, Partners have an option of sending the authorization form via the endpoint below.
The response to the account and paymentMethod endpoints will update accordingly during the following states when collecting the ACH form. The account endpoint response will only update if the payment method is the individual source of funds.
When an ACH form has been initially been requested:
When an ACH form has been submitted through the upload document for payment method endpoint and is in review:
When an ACH form has been submitted through the upload documents for payment method endpoint and has been approved:
Last updated
Was this helpful?