For more information about this gateway, please refer to https://stripe.com/docs/api

  • Gateway type code: stripe_connect
  • Production API endpoint: https://api.stripe.com/v1/
  • Sandbox API endpoint: https://api.stripe.com/v1/
  • Supported payment types: Credit Card, Gateway payment method token
  • Supported operations: Authorization, Capture, Charge, Void, Refund

To add a Stripe Connect gateway, use the following settings:

{
    "api_key" : "your secret key for authentication (required)",
    "stripe_account" : "Account Id at Stripe (optional)"
}

Gateway Specific Fields

"gatewaySpecificFields":{
    "stripe_connect":{
          "customer_profile_id": "value",
    }
}