SITE_COLLECT_PAYMENT_STRIPE SITE Endpoint
  /rpc/site/?method=SITE_COLLECT_PAYMENT_STRIPE  
  Interact with the Stripe REST API to collection payments.

Check out the community guide for Stripe.

 
  PARAMETERS TYPE NOTES
  Account Numeric The funds transfer account as per SITE_FINANCIAL_FUNDS_TRANSFER_ACCOUNT_SEARCH
  Amount Numeric  
  Currency Text As per ISO list.  Default is AUD
  Description Text  
  Token Text The transaction token, returned to you after checkout process
  RETURN  
  stripe_id eg 'ch_1ChPk5HyV8OBUP4c197panz4'
  stripe_status The response from the Stripe API. if not 'succeeded' check the outcomes for the reason
  stripe_outcome_networkstatus eg 'approved_by_network', 'declined_by_network', 'not_sent_to_network'
  stripe_outcome_reason eg '', 'expired_card', 'highest_risk_level'
  stripe_outcome_risklevel eg 'normal', 'highest'
  stripe_outcome_sellermessage eg 'Payment complete.', 'The bank returned the decline code expired_card.', 'Stripe blocked this charge as too risky.'
  stripe_outcome_type eg 'Authorized.', 'issuer_declined', 'blocked'