Stripe.js
Last updated
Last updated
Steps:
Note: We assume you followed all steps in and your basic configuration same as described there.
Run the following command:
Attention: You have to changed your_gateway_name
to something more descriptive and domain related, for example post_a_job_with_stripe
.
Now we are ready to prepare the payment. Here we set price, currency, cart items details and so. Please note that you have to set details in the payment gateway specific format.
Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
That's it. After the payment done you will be redirect to acme_payment_done
action. Check to find out how this done action could look like.
.