stripe python api for subscription and proceed payment after 7days code example
Example: python stripe code
import stripe
charge = stripe.Charge.retrieve(
"ch_1H4WXdElGQ4UD0TksolDDDft",
stripe_account="acct_1H4VoPElGQ4UD0Tk"
)
charge.save() # Uses the same account.