Is it possible to connect other payment gateway not in the list? #6
-
I want to use Swell but I have a trouble with your payment options. For example, Shopify supports tons of payment providers available so that I can easily find alternative method even incl. cryptocurrency payment providers. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
@curiouscod3 Brilliant question! Yes, it is possible to connect a custom payment gateway with Swell.
|
Beta Was this translation helpful? Give feedback.
-
Hi @logeshswell, This is a helpful thread. I have a quick question that relates to this line:
Does "airpay payment" mean a swell 'Payment' as per swell.js or as per the Backend API? We use Paystack (the Stripe of Africa) and we're trying to plug it in as a custom gateway. From my intial bit of reading and playing around it looks like I might need to use the backend api, which I'm about to try, but if you have any additional info that you can share about the process/flow of creating a custom payment, I'd really appreciate it! |
Beta Was this translation helpful? Give feedback.
-
Please follow this guide for detailed explanation to setup a custom payment gateway in Swell. |
Beta Was this translation helpful? Give feedback.
@curiouscod3 Brilliant question! Yes, it is possible to connect a custom payment gateway with Swell.
Please follow the below steps to implement the same:
a. Submit the cart and place an order.
b. Set
order.billing.method
as airpay id,order.payment_marked: true
andorder.billing.card.token
as airpay payment token.c. Return 200 response with message
success
to the checkout.a. Return 400 response with payment error description to th…