Skip to main content

Interface: UpdatePaymentInput

Defined in: type/UpdatePaymentInput.ts:6

Input object for UpdatePaymentInput

Properties

addTransaction?

optional addTransaction?: CreateTransactionInput

Defined in: type/UpdatePaymentInput.ts:22

Add a transaction related to the specified payment


amount?

optional amount?: number

Defined in: type/UpdatePaymentInput.ts:14

Payment amount [denomination in cents]


anonymousId?

optional anonymousId?: number

Defined in: type/UpdatePaymentInput.ts:10

Guest User ID


currency?

optional currency?: string

Defined in: type/UpdatePaymentInput.ts:16

Payment currency - ISO 4217 currency code => https://www.xe.com/iso4217.php


method?

optional method?: string

Defined in: type/UpdatePaymentInput.ts:18

Payment method used by the PSP


paymentId?

optional paymentId?: string

Defined in: type/UpdatePaymentInput.ts:12

Unique paymentId reference for the Payment - provided by the PSP


status?

optional status?: PaymentStatuses

Defined in: type/UpdatePaymentInput.ts:20

Payment status


userId?

optional userId?: number

Defined in: type/UpdatePaymentInput.ts:8

Logged in User ID