Export payment methods
Securely export sensitive payment method data
Rainforest will export your sensitive payment method data to a PCI DDS certified 3rd party, upon request. Please reach out to Support or your Platform Success Manager to initiate an export of your payment methods.
Rainforest will need the PGP public key for the 3rd party that will be able to decrypt the export. Once Rainforest receives the PGP public key, we will initiate the export. Payment method files are batched at 2K payment methods per file, which may result in an export of multiple files.
The export of the payment method data to a CSV will be in the following format:
field | description |
---|---|
payment_method_id | The unique payment method identifier. Prefix is "mtd". |
method_type | The type of payment method, CARD or ACH |
card_number | The card number, formatted with no spaces (e.g 0000000000000000). Will be set for a Card payment method. |
exp_month | The card expiration month, formatted MM. Will be set for a Card payment method. |
exp_year | The card expiration year, in 4-digits. Will be set for a Card payment method. |
account_number | The bank account number. Will be set for an ACH payment method. |
routing_number | The 9-digit routing number. Will be set for an ACH payment method. |
account_type | The account type, CHECKING or SAVINGS . Will be set for an ACH payment method. |
account_holder_type | The account holder type, PERSONAL or BUSINESS . Will be set for an ACH payment method. |
name | First and last name. |
address_1 | First line of street address. |
address_2 | Second line of street address, if applicable. |
city | City for address. |
state | State, province, or region for address. |
postal_code | Postal code or ZIP code for address. |
country | 2-digit country code. Find country codes here: https://www.iso.org/obp |
email | Email address. |
phone | Phone number, including extension, formatted as +{country_code}{area_code}{7_digit_number} (i.e. +14041231234). |
Updated about 4 hours ago