This request allows you to import credit card information via a file.
Click here to learn more about this request
Credit Card information can be imported into Secure Payments. Note the following when using this request:
Multi-Factor Authentication for your account is required for imports.
Imports are added to Secure Payments via a .csv file. You can download the file here.
Import request payloads use a different format; instead of JSON, you'll need to use a multipart/form-data format.
For more information on the import process, take a look at our Import Payment Profile Files article.
------WebKitFormBoundary4TmI5oJJkkNG2s43
Content-Disposition: form-data; name="file"; filename="cc_import.csv"
Content-Type: text/csv
------WebKitFormBoundary4TmI5oJJkkNG2s43--
Results
Returns the report
url and the result
object after a successful import. An error results in a report
url and result
object. The result
object will indicate the type of error (e.g. invalid credit card number or invalid date format).