No momento, esta página não está disponível em português
Payment-method icon

PayCo for API only

Add PayCo to your API-only integration.

You can add PayCo to your existing integration. The following instructions show only what you must add to your integration specifically for PayCo.

If an instruction on this page corresponds with a step in the main integration guide, it includes a link to corresponding step of the main integration guide.

Requirements

Requirement Description
Integration type Make sure that you have an existing API-only integration.
Redirect handling Make sure that your existing integration is set up to handle the redirect.
action.type: redirect.
Setup steps Before you begin, add PayCo in your Customer Area.

How it works

  1. The shopper selects PayCo as the payment method.
  2. The shopper enters their details in the payment form that you build.
  3. When you make the payment request, you include additional information about the items that the shopper intends to purchase.
  4. Your existing integration setup will handle the redirect.

Build your payment form

Include PayCo in the list of available payment methods. There are no additional fields that you have to include in your form.

You can download the logo for PayCo to use in your form.

Get PayCo as an available payment method

When you make the /paymentMethods to get available payment methods, specify the following so that PayCo is included in the response.

Parameter Values
countryCode KR
amount.currency KRW

Add additional parameters to your /payments request

You do not need to add any additional parameters when you make a payment.

The response includes the action.type: redirect.

Your existing integration setup will handle the redirect.

Test and go live

There are no specific test credentials for PayCo.

For assistance in testing PayCo, contact our Support Team.

See also