Options
All
  • Public
  • Public/Protected
  • All
Menu

Payment details

export
interface

Payment

Hierarchy

  • Payment

Index

Properties

amount

amount: number

A positive integer in the smallest currency unit 1256 = 12,56 PLN

memberof

Payment

buyer

buyer: Buyer

Information about buyer

memberof

Payment

Optional continueUrl

continueUrl: string

The URL that the buyer will be redirected to, after making payment. This URL overrides return_url value from PoS configuration.

memberof

Payment

Optional currency

currency: PLN | EUR | GBP | CZK | USD

Currency code defaults to "PLN"

memberof

Payment

description

description: string

Payment description displayed in the web interface

memberof

Payment

externalId

externalId: string

Unique identifier given by Merchant to this payment request

memberof

Payment

Generated using TypeDoc