Configuring PayCo
Learn how to configure PayCo for DigitalRiver.js with Elements.
If you're using DigitalRiver.js with Elements, you can create a PayCo payment method for your app or website in four easy steps:
Step 1: Build a PayCo Source Request and Details object
Build the PayCo Source Request and Details objects. The PayCo Source Request object requires the following fields.
Field | Value |
---|---|
|
|
| The payment session identifier. |
| An Owner object. |
|
PayCo Source Details object
The PayCo Source Details object requires the following fields.
Field | Required/Optional | Description |
---|---|---|
| Required | If you choose to use the full redirect flow, this is where you will redirect your customer to after authorizing or canceling within the PayCo experience. |
Step 2: Create a PayCo 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.
PayCo source example
Step 3: Authorize the PayCo source
When you create a Direct Debit source, the customer must authorize the charge through their payment provider. You can accomplish this by redirecting the customer to their payment provider.
Redirecting the customer for PayCo authorization
Use the redirectUrl
parameter in your createSource
response to redirect your customer to the payment provider for authorization.
The payment provider will present the customer with the transaction details where they can authorize, or cancel the transaction. A successful authorization redirects the customer to the Payco Return URL parameter you specified when you created the source.
Once authorized, the source state will change to chargeable
.
Step 4: Use the authorized source
Once authorized, you can use the source by attaching it to a checkout or a customer for multiple uses.
Option 1: Attach the source to a checkout
Option 2: Attach the source to a customer
Testing PayCo
See Testing standard payment methods for testing instructions.
Last updated