Configuring TreviPay
Learn how to configure TreviPay for DigitialRiver.js with Elements.
If you're using DigitalRiver.js with Elements, you can create a TreviPay payment method for your app or website in four easy steps:
Step 1: Build the TreviPay object
A TreviPay source request object requires the following fields.
TreviPay source details object
The TreviPay source details object requires the following fields.
Step 2: Create a TreviPay agreement source using DigitalRiver.js
Use the DigitalRiver.js library to create and mount elements to the HTML container.
The address
object must contain postal code and state/province data that adhere to a standardized format.
TreviPay source response example
Step 3: Authorize a TreviPay source
When you create a TreviPay source, the customer is required to authorize the charge at TreviPay. You can accomplish this by redirecting the customer to TreviPay to authorize the charge as part of your experience.
Redirecting the customer to TreviPay for authorization
To redirect your customer to TreviPay for authorization, use the redirectUrl
parameter in your createSource
response.
At TreviPay, the customer can authorize or cancel the transaction when presented with the transaction details. If the authorization is successful, the customer will be redirected to the TreviPay Return URL parameter you specified when you created the source. If the customer cancels, they will be returned to the TreviPay Cancel URL parameter you specified.
Step 4: Use the authorized source
Once authorized, you can use the source by attaching it to a checkout.
Testing TreviPay
See Testing redirect payment methods for testing instructions.
Last updated