User

Ronni Gaba

Member since
Total activity 123
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 65

Articles

Recent activity by Ronni Gaba

  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 "...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Updated
    • 1 follower
    • 0 comments
    • -1 votes
  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Updated
    • 2 followers
    • 0 comments
    • 0 votes
  • 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...

    • 1 follower
    • 0 comments
    • 0 votes