Hello ! I would like to do some tests with Wix-pay API, and as I am connected with my Paypal account, I would like to know if there is a way to use it with a sandbox Paypal account ?
Hi @celinedisimone , we don’t have it in the scope of the API but perhaps Paypal are offering such a service.
Hi, I am using the wix-pay-backend with Paypal, but the onPaymentUpdate( ) does not works.
createPayment( ) works fine and the payment process starts with no problem including PayPal.
The following code is on the event.jsw file on the Backend Section, but it does not get fired:
export function wixPay_onPaymentUpdate(event) {
// Step 8 - Handle additional status updates using
// the onPaymentUpdate() event.
let paymentId = event.payment.id;
let newTransactionStatus = event.status;
let userInfo = event.userInfo;
console.log(‘event’+ JSON.stringify(event)); // also console.log does not works
Can you help, I am stucked with a integration project for my most important client.
I’m also experiencing the same issue with Paypal and onPaymentUpdate(event). Can anybody at Wix assist with this?
We need the checkout to be in Portuguese. How can I set that?
@moranl You said that you can turn off the default email that is sent to clients. Could you please elaborate on how to do that. I am trying to do this for my site but haven’t found a solution yet.
I’m having the same issue. Also, Is there some way to test payment without actually spending money? For example a sandbox account or ‘fake’ payment processor? I really wish Wix had more documentation on this feature…
@moranl skipping the first step - i saw that there is option -
skipUserInfoPage: true
but i cant make it work
do you have example for that
Thanks
try on events.js
@moranl Is it possible with wix-pay to create a payment with a total amount of $0.00 ? and use the manual payment to further process that offline?
Thanks!
@moranl said we can turn off the default email sent to payee - but how?? I can’t locate that option.
@moranl Thanks, but how do we turn off the default emails from Pay api ??
Why there is no option to add discount to the checkout list???
@moranl I too would like to know when the skiptUserInfoPage option is up an running.
@moranl Hi Moran - any progress around getting the theming sorted out on this. We’re still stuck with the default checkout colours and font.
@moranl Hi, I am referring to this older post, but I am having a similar issue. I need to customize the thank you page or turn it off and redirect my customers to a customized thank you page instead after the payment was processed successfully. Also I did not find where I could set up my own trigger-mail after successful payment?