银行付款通过铁路条带转移

时间:2016-09-01 10:59:18

标签: ruby-on-rails payment

您好我想将条款帐户转帐到客户帐户。目前我正在使用此tecnique将钱转移到客户帐户。但我想使用ach方法将条款账户中的钱转移到客户账户,那么我该怎么做呢。 目前我正在使用这种方法:

transection_controller.rb:

@pay = Stripe::Transfer.create(amount: @offer_transaction.amount.to_i, currency: 'usd', destination: @user.stripe_connect_account_id, description: 'Transfer for test@example.com')

我是新手,并没有那么多想法。任何帮助都应该感恩。

0 个答案:

没有答案