Ronni Gaba
- Total activity 164
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 85
Activity overview
Latest activity by Ronni Gaba-
Ronni Gaba created an article,
Trust Payments: CFT Processing
When using iPayment with the Trust Payments gateway, having CFT processing enabled for your account is a requirement for certain types of refunds to be possible. Direct refunds: These are refund...
-
Ronni Gaba created an article,
B1 iPayment Server Component - Add Credit Card worker
AddCreditCardMonitor Runs every 5 minutes (Live) - every 5 seconds (Debug) Workflow: Get all requests of link-type AddCreditCardLink or Unknown for current gateway SELECT * FROM "@BOY_E0_ADDCCR" W...
-
Ronni Gaba created an article,
B1 iPayment Server Component - Scheduled Actions worker
Runs every 60 minutes (Live) - every 60 seconds (Debug) Workflow: Get all active schedules SELECT * FROM "@BOY_E0_SCHEDULE" WHERE "U_GATEWAY" = [Gateways value] AND "U_ACTIVE" = 'Y' Get all SAP doc...
-
Ronni Gaba created an article,
B1 iPayment Server Component - Authorization Expired
- Runs every 12 hours (Live) - every 12 seconds (Debug) Workflow: Gets all expired authorizations for the current gateway Trust Payments (Secure Trading) SELECT * FROM "@BOY_E0_AUTH_DATAST" WHERE "...
-
Ronni Gaba created an article,
B1 iPayment Server Component - Internal Message Queue worker
Runs every 5 seconds (both Live and Debug) Workflow: Get all requests SELECT * FROM "@BOY_E0_IMQ" Send internal message based on the data in the entry Remove the entry from the table If any errors ...
-
Ronni Gaba created an article,
B1 iPayment Server Component - One-time Credit Card link worker
Runs every 5 minutes (Live) - every 5 seconds (Debug) Workflow:Get all requests SELECT * FROM "@BOY_E0_OTCCL" WHERE "U_IDENTIFIER" <> '0' AND "U_OBJECTTYPE" <> '' If request is older than 30 days r...
-
Ronni Gaba created an article,
B1 iPayment Server Component - One-time Credit Card integration worker
Runs every 10 seconds (both Live and Debug) Workflow: Get all requests which have not yet been processed SELECT * FROM "@BOY_E0_OTCINTE" WHERE "U_IMPORTSTATUS" = 0 Get credit cards from gateway bas...
-
Ronni Gaba created an article,
B1 iPayment Server Component - PayNow link worker
Runs every 5 minutes (Live) - every 5 seconds (Debug) Workflow: Get all requests for current Gateway SELECT * FROM "@BOY_E0_PAYNOWR" WHERE "U_GATEWAY" = [Gateways value] If request is older than 30...
-
Ronni Gaba created an article,
B1 iPayment Server Component - Overview
The iPayment Server Component consists of a number of workers that run in sequence.Each worker has a minimum wait time between runs and will run on the next sequence if this minimum wait time has b...
-
Ronni Gaba created an article,
I receive an error on the Add Credit Card page, what should I do?
The way iPayment is set up, the Add Credit Card page that appears to allow you to enter credit card information is actually an embedded webpage provided by your chosen gateway. In most cases, if yo...