---
title: "Credit Card"
method: POST
path: "/v1.02/creditcard/create"
---

# Credit Card

`POST /v1.02/creditcard/create`

Creates an url to a secure form where the customer may finish the Credit Card payment.

Supports 3D Secure Technology.

## Request body

- object
  - `payment` object, required — Informations regarding the payment
    - `identifier` string
    - `amount` object
      - `value` number, float, required — Payment amount
      - `currency` string, required
    - `successUrl` string, required — The payer will be forwarded to this url if the payment process is successful.
    - `failUrl` string, required — The payer will be forwarded to this url if the payment process fails (eg: no funds, problems with 3DS)
    - `backUrl` string, required — The payer will be forwarded to this url if the user presses back.
    - `lang` string — Defines the Language of the form.
    - `minutesFormUp` integer — Number of minutes that the url for the payment form will remain active. After that time the form will be unaccessible and the reference expired. Max and default 1440 minutes
  - `customer` object, required — Informations regarding customer's notifications
    - `notify` boolean, required
    - `email` string, required — Customer's email

## Response `200`

200

- object
  - `transactionStatus` string
  - `transactionID` string
  - `reference` string
  - `redirectUrl` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/revisions/778475fa98e9/schema)
