Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Payment Processing with Softrip Payments

Intro

PayFields Softrip usese “PayFields” to process payments which is ahosted payment solution that enables a merchant to securely accept payments directly on their website or checkout page. PayFields includes features that support customizing the look and feel of the checkout page while providing access to Payrix’s Softrip’s PCI Level 1 Certification for payment security and compliance.

Payment with New Credit Card

In Softrip’s implementation, we have PayField related javascript added into the AddPayment page.

On the page load of the payment screen, the user will see the customized PayField fields let user to put that allow users to enter the card information.

(Every individual field is a an iframe, softrip is don’t does not have access to the data in those fields)

...

After filling the card info and click clicking apply, the PayField will send the card information to Payrix and response an Softrip’s Payment solution and will receive a response in the form of a token that indicates the card information is valid.

The token will send to STSW and STSW will send request to Payrix Softrip’s payment solution to finalize the payment and return a transaction id to STSW.

The transaction id will be logged into AccTrans table for Payment History. The description of the AccTrans table will have

...

include the Transaction ID and the authorization code received from Softrip’s Payment Solution.

Below is an example of a payment that has been received in Reservation’s NEXT on our Payment History screen.

...

Payment with saved Credit Card

...