Skip to main content
Version: 1.27 (Current)

Stripe Payment through the platform (unsafe obsolete)

Create a payment through your stripe platform. The payment is made to the platform and then automatically to the destination account.A refund must be initiated by the platform. You can use the [Stripe:ChargeId] token if the payment to platform was succesful.

Parameter Reference

ParameterDescriptionSupports TokensDefault
API Secret KeySpecify your platform's Secret Key. Can contain Tokens.NoNone
Application Fee PercentagePercentage of how much the application will charge based on the amount field. Use dot to separate decimals. (Ex: 2.35) Can contain Tokens.NoNone
Application Fee Fixed AmountA fixed amount that the application will charge. This amount is added after the Application Fee Percentage. Use dot to separate decimals. (Ex: 0.50) Can contain Tokens.NoNone
Payee EmailCan contain Tokens.NoNone
DescriptionDescription of the payment. Can contain Tokens.NoNone
Payment ToThe destination AccountID of the payment. Leave the field empty in case you want the transfer to go directly to your platform. Can contain Tokens.NoNone
Card NumberCredit card number. Can contain Tokens.NoNone
Card CVC/CCVCredit card cvc/ccv. Can contain Tokens.NoNone
Card Expiration MonthCan contain Tokens.NoNone
Card Expiration YearCan contain Tokens.NoNone
Card Owner's NameCan contain Tokens.NoNone
Card Address CityCan contain Tokens.NoNone
Card Address CountryCan contain Tokens.NoNone
Card AddressCan contain Tokens.NoNone
AmountAmount that is going to be transfered (in cents). Can contain Tokens.NoNone
CurrencyCan contain Tokens.NoNone
On SuccessDefine a list of actions that should execute when this action's result is Success.NoNone
On ErrorDefine a list of actions that should execute when this action's result is Error. You can see the error message in [Stripe:ErrorMessage].NoNone