Hello,
There is a Stripe Marketplace glitch.
The issue: A data call result returns a UNIX number instead of being a date
The call: “Retreive all payouts” - Arrival Date
This should be a very easy fix. Hopefully can be resolved soon.
Hello,
There is a Stripe Marketplace glitch.
The issue: A data call result returns a UNIX number instead of being a date
The call: “Retreive all payouts” - Arrival Date
This should be a very easy fix. Hopefully can be resolved soon.
Hi @nic, thanks for reaching out.
The above-mentioned data call is working properly, as the UNIX number is provided by the Stripe platform directly.
The received UNIX number can be converted into the required data format.
See the example below:
Hope it helps.
In case any other plugin-related questions will appear, please let me know.
Regards,
Hello,
Yes but bubble has a feature to where you can set the UNIX to automatically return a date instead of having to do that work around. It needs to be done within the API return.
here is an example.
Also, even with those date work arounds it still gives the incorrect date.
Hi @nic, thanks for your reply.
I’m afraid it is not possible to reinitialize the Stripe plugin calls on your side (as it is possible with the API Connector), because everything is already set up based on how Stripe returns data (so it is easier to operate with it and not get confused). Sorry for this inconvenience.
As mentioned above, you can easily change it to date through the proposed workaround (this is the standard workaround we use on our side as well, just play with the date formatting to get the result you want).
Please share more details, what is not working properly with it?
Looking forward to your reply.
Regards,