如何将 Spreedly 数据迁移到条带?

路易斯·奥斯内

我尝试将信用卡和客户等数据导出为条带化,但我不确定我需要使用哪些数据来创建条带化令牌。我在 rails 上使用 ruby​​,这是从 spreedly api 检索数据的一个例子

有人知道我需要使用哪些数据来生成条带令牌?

{  
  customer=>{  
    :email=> "[email protected]",
    :token=> "SsEFMRoEInyZvZasdfasdJHG78",
    :credit_card=>{  
      :address_city=> "Distrito Federal",
      :address_line1=> "Colima 436 int 104",
      :address_state=> "DIF",
      :address_zip=> "06700",
      :country=> "MX",
      :cvc_check=> "",
      :exp_month=> "11",
      :exp_year=> "2019",
      :fingerprint=> "d80c788asdfasdJHG780511a2f67dc2F83",
      :last4=> "1111",
      :name=> "User",
      :tokenization_method=> "S780511a2f67dc2F83tsic788as"
      }
   }
}
库帕亚

如果您想将所有卡片从 Spreedly 导出到 Stripe,最好的解决方案可能是直接与他们联系。他们有一个团队可以将卡的详细信息导出到其他处理器,例如 Stripe,而您无需编写代码或处理敏感数据。然后,Stripe 将能够在您的 Stripe 帐户中导入他们在此处记录的所有客户和卡片:https : //stripe.com/docs/security/data-migrations/imports

另一种方法是使用 Spreedly 的 API。这是他们在这里记录的内容:https : //docs.spreedly.com/guides/exporting/#performing-the-export

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何将数据从FoxPro迁移到MySQL

如何将数据从Sqlite迁移到Realm

如何将mysql数据实时迁移到ElasticSearch

如何将数据从mongodb迁移到mysql?

如何将Postgres数据从8.4迁移到9.1?

解析迁移-如何将解析数据迁移到localhost mongoDB?

如何将MongoDB迁移到RethinkDB?

如何将RichTextField迁移到StreamField?

如何将OpenCart迁移到WooCommerce

如何将表迁移到架构

如何将dynatree迁移到fancytree?

如何将 SharedPrefs 迁移到 DefaultSharedPrefs?

如何将条带金额转移到Paypal

如何将数据从Mongo数据库迁移到Firestore?

如何将 Azure MySql 数据库迁移到 Azure MS SQL 数据库

如何将物理 postgres 数据库数据迁移到 postgres 容器

如何将旧的 Mongoose Schema 数据迁移到新的 Mongoose Schema 数据

如何将TFS SQL Server 2014数据库迁移到2012

如何将Openerp v7数据库迁移到Odoo v8?

如何将 MySQL 8 数据库迁移到 MariaDB 10.5?

如何将数据迁移到另一个表

MongoDB独立版与副本集以及如何将数据从独立版迁移到副本集

如何将MongoDB的数据库转储迁移到PostgreSQL?

如何将Elasticsearch 1.x重新索引或迁移到5.x数据

如何将所有应用数据迁移到不同的设备。无根

如何将SimpleMembership用户数据迁移到ASPNET Core Identity

如何将旧的magento(2.1.5)数据库迁移到新的magento2.3.3

如何将PostgreSQL数据从Postgres.app版本迁移到Homebrew安装版本

如何将msAccess数据库迁移到具有关系的MySQL?