
I've tried to get him to include it in the body like 4 times but

he either doesn't get it or something -- regardless, my problem is the same

technically it only really needs to scale for a few months while I rewrite the wordpress site

can you link by email?
anyways, it looks like quillforms offloads the payment to a provider (https://www.authorize.net/ in your case?)

I cannot sadly

yes correct, basically Quillforms doesn't fully utilize the customer profiles

so it only adds the first and last name

so even when I get a webhook from them I have to match by name and a sort of timestamp filter (created within the last 10 minutes) which is not ideal but -- I'm trying to bypass the webhook

to check myself for it

AuthNet only has one to get all customer ID's lmao

I don't know if they're sorted or what, because it's AuthNet and it could be anything

SO, I've devised a way here because every appwrite member will have a 1:1 customerProfileId regardless of if they're active or not

only issue is my payment profiles map would be much faster if it was stored in memory and updated

rather then fetching X amount every time, which won't increase the time by much, but

this is the webhook from authorize.net?

from Quillforms

Authorize.net webhook has failed me a few times so far

so I am trying not to rely on it

if you're able to tell the authorize.net account based on the current appwrite user, you can have a fallback system that checks entitlements

ie, on app start, check with authorize.net to see if user has paid and then change any access as needed

basically I'm trying to single out the profiles without a customerProfileId

then find the profile ID's on AuthNet that don't exist in Appwrite

okay so the profile ID's that are pulled are at least in order from oldest to newest

that requires iterating over data on the authnet side, not appwrite?

I'm running an AuthNet Python SDK function to get a list of customer ID's
Recommended threads
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
