Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Payment

Payment object

interface

Payment

Hierarchy

  • Payment

Index

Properties

amount

amount: number

Payment amount, precision must be 2 digits after the colon.

example

0.01

memberof

Payment

currency

currency: Currency

Currency for the transaction

memberof

Payment

customer

customer: Customer

Customer object

memberof

Payment

notification_url

notification_url: string

Notification URL we will contact after the authorization has been successfully completed. The placeholder {payment_id} in the URL is replaced with the actual ID of this payment.

example

https://notification.com/{payment_id}

memberof

Payment

Optional redirect

redirect: Redirect

Redirect urls

memberof

Payment

Optional shop_id

shop_id: undefined | string

Identification of the shop which is the originator of the request. This is most likely used by payment service providers who act as a proxy for other payment methods as well.

example

shop1

memberof

Payment

Optional submerchant_id

submerchant_id: undefined | number

Also called ‘reporting criteria’, offers the possibility to classify sub-merchants. Agreement with paysafecard needed - not agreed values lead to a failed payment. max. 8 digits in alpha numeric code

example

1

memberof

Payment

Generated using TypeDoc