mollie-api-typescript 1.12.1 → 1.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/retries.js +7 -0
- package/dist/commonjs/lib/retries.js.map +1 -1
- package/dist/commonjs/models/captureresponse.d.ts +0 -36
- package/dist/commonjs/models/captureresponse.d.ts.map +1 -1
- package/dist/commonjs/models/captureresponse.js +1 -11
- package/dist/commonjs/models/captureresponse.js.map +1 -1
- package/dist/commonjs/models/entitychargeback.d.ts +0 -38
- package/dist/commonjs/models/entitychargeback.d.ts.map +1 -1
- package/dist/commonjs/models/entitychargeback.js +1 -11
- package/dist/commonjs/models/entitychargeback.js.map +1 -1
- package/dist/commonjs/models/entityrefundresponse.d.ts +0 -42
- package/dist/commonjs/models/entityrefundresponse.d.ts.map +1 -1
- package/dist/commonjs/models/entityrefundresponse.js +1 -11
- package/dist/commonjs/models/entityrefundresponse.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -0
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +1 -0
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/listcaptureresponse.d.ts +0 -36
- package/dist/commonjs/models/listcaptureresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listcaptureresponse.js +1 -11
- package/dist/commonjs/models/listcaptureresponse.js.map +1 -1
- package/dist/commonjs/models/listentitychargeback.d.ts +0 -38
- package/dist/commonjs/models/listentitychargeback.d.ts.map +1 -1
- package/dist/commonjs/models/listentitychargeback.js +1 -11
- package/dist/commonjs/models/listentitychargeback.js.map +1 -1
- package/dist/commonjs/models/listentityrefund.d.ts +0 -42
- package/dist/commonjs/models/listentityrefund.d.ts.map +1 -1
- package/dist/commonjs/models/listentityrefund.js +1 -11
- package/dist/commonjs/models/listentityrefund.js.map +1 -1
- package/dist/commonjs/models/listpaymentresponse.d.ts +2 -385
- package/dist/commonjs/models/listpaymentresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listpaymentresponse.js +3 -113
- package/dist/commonjs/models/listpaymentresponse.js.map +1 -1
- package/dist/commonjs/models/listsettlementcaptureresponse.d.ts +20 -20
- package/dist/commonjs/models/listsettlementcaptureresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listsettlementcaptureresponse.js +11 -11
- package/dist/commonjs/models/listsettlementcaptureresponse.js.map +1 -1
- package/dist/commonjs/models/listsettlementchargebackresponse.d.ts +26 -26
- package/dist/commonjs/models/listsettlementchargebackresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listsettlementchargebackresponse.js +11 -11
- package/dist/commonjs/models/listsettlementchargebackresponse.js.map +1 -1
- package/dist/commonjs/models/listsettlementpaymentresponse.d.ts +32 -373
- package/dist/commonjs/models/listsettlementpaymentresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listsettlementpaymentresponse.js +13 -114
- package/dist/commonjs/models/listsettlementpaymentresponse.js.map +1 -1
- package/dist/commonjs/models/listsettlementrefundresponse.d.ts +30 -30
- package/dist/commonjs/models/listsettlementrefundresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listsettlementrefundresponse.js +11 -11
- package/dist/commonjs/models/listsettlementrefundresponse.js.map +1 -1
- package/dist/commonjs/models/paymentdetails.d.ts +367 -0
- package/dist/commonjs/models/paymentdetails.d.ts.map +1 -0
- package/dist/commonjs/models/paymentdetails.js +144 -0
- package/dist/commonjs/models/paymentdetails.js.map +1 -0
- package/dist/commonjs/models/paymentrequest.d.ts +61 -26
- package/dist/commonjs/models/paymentrequest.d.ts.map +1 -1
- package/dist/commonjs/models/paymentrequest.js.map +1 -1
- package/dist/commonjs/models/paymentresponse.d.ts +2 -385
- package/dist/commonjs/models/paymentresponse.d.ts.map +1 -1
- package/dist/commonjs/models/paymentresponse.js +3 -114
- package/dist/commonjs/models/paymentresponse.js.map +1 -1
- package/dist/commonjs/models/statusreason.d.ts +59 -41
- package/dist/commonjs/models/statusreason.d.ts.map +1 -1
- package/dist/commonjs/models/statusreason.js +70 -42
- package/dist/commonjs/models/statusreason.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/retries.js +7 -0
- package/dist/esm/lib/retries.js.map +1 -1
- package/dist/esm/models/captureresponse.d.ts +0 -36
- package/dist/esm/models/captureresponse.d.ts.map +1 -1
- package/dist/esm/models/captureresponse.js +0 -9
- package/dist/esm/models/captureresponse.js.map +1 -1
- package/dist/esm/models/entitychargeback.d.ts +0 -38
- package/dist/esm/models/entitychargeback.d.ts.map +1 -1
- package/dist/esm/models/entitychargeback.js +0 -9
- package/dist/esm/models/entitychargeback.js.map +1 -1
- package/dist/esm/models/entityrefundresponse.d.ts +0 -42
- package/dist/esm/models/entityrefundresponse.d.ts.map +1 -1
- package/dist/esm/models/entityrefundresponse.js +0 -9
- package/dist/esm/models/entityrefundresponse.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/listcaptureresponse.d.ts +0 -36
- package/dist/esm/models/listcaptureresponse.d.ts.map +1 -1
- package/dist/esm/models/listcaptureresponse.js +0 -9
- package/dist/esm/models/listcaptureresponse.js.map +1 -1
- package/dist/esm/models/listentitychargeback.d.ts +0 -38
- package/dist/esm/models/listentitychargeback.d.ts.map +1 -1
- package/dist/esm/models/listentitychargeback.js +0 -9
- package/dist/esm/models/listentitychargeback.js.map +1 -1
- package/dist/esm/models/listentityrefund.d.ts +0 -42
- package/dist/esm/models/listentityrefund.d.ts.map +1 -1
- package/dist/esm/models/listentityrefund.js +0 -9
- package/dist/esm/models/listentityrefund.js.map +1 -1
- package/dist/esm/models/listpaymentresponse.d.ts +2 -385
- package/dist/esm/models/listpaymentresponse.d.ts.map +1 -1
- package/dist/esm/models/listpaymentresponse.js +2 -108
- package/dist/esm/models/listpaymentresponse.js.map +1 -1
- package/dist/esm/models/listsettlementcaptureresponse.d.ts +20 -20
- package/dist/esm/models/listsettlementcaptureresponse.d.ts.map +1 -1
- package/dist/esm/models/listsettlementcaptureresponse.js +9 -9
- package/dist/esm/models/listsettlementcaptureresponse.js.map +1 -1
- package/dist/esm/models/listsettlementchargebackresponse.d.ts +26 -26
- package/dist/esm/models/listsettlementchargebackresponse.d.ts.map +1 -1
- package/dist/esm/models/listsettlementchargebackresponse.js +9 -9
- package/dist/esm/models/listsettlementchargebackresponse.js.map +1 -1
- package/dist/esm/models/listsettlementpaymentresponse.d.ts +32 -373
- package/dist/esm/models/listsettlementpaymentresponse.d.ts.map +1 -1
- package/dist/esm/models/listsettlementpaymentresponse.js +11 -109
- package/dist/esm/models/listsettlementpaymentresponse.js.map +1 -1
- package/dist/esm/models/listsettlementrefundresponse.d.ts +30 -30
- package/dist/esm/models/listsettlementrefundresponse.d.ts.map +1 -1
- package/dist/esm/models/listsettlementrefundresponse.js +9 -9
- package/dist/esm/models/listsettlementrefundresponse.js.map +1 -1
- package/dist/esm/models/paymentdetails.d.ts +367 -0
- package/dist/esm/models/paymentdetails.d.ts.map +1 -0
- package/dist/esm/models/paymentdetails.js +105 -0
- package/dist/esm/models/paymentdetails.js.map +1 -0
- package/dist/esm/models/paymentrequest.d.ts +61 -26
- package/dist/esm/models/paymentrequest.d.ts.map +1 -1
- package/dist/esm/models/paymentrequest.js.map +1 -1
- package/dist/esm/models/paymentresponse.d.ts +2 -385
- package/dist/esm/models/paymentresponse.d.ts.map +1 -1
- package/dist/esm/models/paymentresponse.js +2 -109
- package/dist/esm/models/paymentresponse.js.map +1 -1
- package/dist/esm/models/statusreason.d.ts +59 -41
- package/dist/esm/models/statusreason.d.ts.map +1 -1
- package/dist/esm/models/statusreason.js +68 -41
- package/dist/esm/models/statusreason.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/retries.ts +8 -0
- package/src/models/captureresponse.ts +0 -57
- package/src/models/entitychargeback.ts +0 -59
- package/src/models/entityrefundresponse.ts +0 -64
- package/src/models/index.ts +1 -0
- package/src/models/listcaptureresponse.ts +0 -58
- package/src/models/listentitychargeback.ts +0 -60
- package/src/models/listentityrefund.ts +0 -63
- package/src/models/listpaymentresponse.ts +5 -560
- package/src/models/listsettlementcaptureresponse.ts +47 -47
- package/src/models/listsettlementchargebackresponse.ts +59 -59
- package/src/models/listsettlementpaymentresponse.ts +63 -560
- package/src/models/listsettlementrefundresponse.ts +61 -61
- package/src/models/paymentdetails.ts +521 -0
- package/src/models/paymentrequest.ts +61 -26
- package/src/models/paymentresponse.ts +5 -558
- package/src/models/statusreason.ts +121 -44
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { OpenEnum } from "../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
-
import { RFCDate } from "../types/rfcdate.js";
|
|
5
4
|
import { Amount } from "./amount.js";
|
|
6
|
-
import { AmountNullable } from "./amountnullable.js";
|
|
7
5
|
import { CaptureModeResponse } from "./capturemoderesponse.js";
|
|
8
6
|
import { EntityPaymentRouteResponse } from "./entitypaymentrouteresponse.js";
|
|
9
7
|
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
@@ -13,16 +11,7 @@ import { Metadata } from "./metadata.js";
|
|
|
13
11
|
import { MethodResponse } from "./methodresponse.js";
|
|
14
12
|
import { Mode } from "./mode.js";
|
|
15
13
|
import { PaymentAddress } from "./paymentaddress.js";
|
|
16
|
-
import {
|
|
17
|
-
import { PaymentDetailsCardFundingResponse } from "./paymentdetailscardfundingresponse.js";
|
|
18
|
-
import { PaymentDetailsCardLabelResponse } from "./paymentdetailscardlabelresponse.js";
|
|
19
|
-
import { PaymentDetailsCardSecurityResponse } from "./paymentdetailscardsecurityresponse.js";
|
|
20
|
-
import { PaymentDetailsFailureReasonResponse } from "./paymentdetailsfailurereasonresponse.js";
|
|
21
|
-
import { PaymentDetailsFeeRegionResponse } from "./paymentdetailsfeeregionresponse.js";
|
|
22
|
-
import { PaymentDetailsReceiptCardReadMethodResponse } from "./paymentdetailsreceiptcardreadmethodresponse.js";
|
|
23
|
-
import { PaymentDetailsReceiptCardVerificationMethodResponse } from "./paymentdetailsreceiptcardverificationmethodresponse.js";
|
|
24
|
-
import { PaymentDetailsSellerProtectionResponse } from "./paymentdetailssellerprotectionresponse.js";
|
|
25
|
-
import { PaymentDetailsWalletResponse } from "./paymentdetailswalletresponse.js";
|
|
14
|
+
import { PaymentDetails } from "./paymentdetails.js";
|
|
26
15
|
import { PaymentLineTypeResponse } from "./paymentlinetyperesponse.js";
|
|
27
16
|
import { RecurringLineItem } from "./recurringlineitem.js";
|
|
28
17
|
import { SequenceTypeResponse } from "./sequencetyperesponse.js";
|
|
@@ -88,30 +77,6 @@ export type ListPaymentResponseAmountChargedBack = {
|
|
|
88
77
|
*/
|
|
89
78
|
value: string;
|
|
90
79
|
};
|
|
91
|
-
/**
|
|
92
|
-
* **Deprecated.** This field will be removed on January 1st, 2027. Use the [Settlements API](list-settlements) or
|
|
93
|
-
*
|
|
94
|
-
* @remarks
|
|
95
|
-
* the [List balance transactions endpoint](list-balance-transactions) for settlement data.
|
|
96
|
-
*
|
|
97
|
-
* The amount that will be settled to your account, converted to the currency your account is settled in. Only
|
|
98
|
-
* available once the payment is finalized and the final settlement amount has been determined.
|
|
99
|
-
*
|
|
100
|
-
* Amounts not settled by Mollie are not reflected here (e.g. PayPal or gift cards). If no amount is settled by
|
|
101
|
-
* Mollie, this field is omitted from the response.
|
|
102
|
-
*
|
|
103
|
-
* @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
104
|
-
*/
|
|
105
|
-
export type ListPaymentResponseSettlementAmount = {
|
|
106
|
-
/**
|
|
107
|
-
* A three-character ISO 4217 currency code.
|
|
108
|
-
*/
|
|
109
|
-
currency: string;
|
|
110
|
-
/**
|
|
111
|
-
* A string containing an exact monetary amount in the given currency.
|
|
112
|
-
*/
|
|
113
|
-
value: string;
|
|
114
|
-
};
|
|
115
80
|
export type ListPaymentResponseLine = {
|
|
116
81
|
/**
|
|
117
82
|
* The type of product purchased. For example, a physical or a digital product.
|
|
@@ -325,327 +290,6 @@ export declare const ListPaymentResponseStatus: {
|
|
|
325
290
|
* statuses occur at what point.
|
|
326
291
|
*/
|
|
327
292
|
export type ListPaymentResponseStatus = OpenEnum<typeof ListPaymentResponseStatus>;
|
|
328
|
-
/**
|
|
329
|
-
* The Point of sale receipt object.
|
|
330
|
-
*/
|
|
331
|
-
export type ListPaymentResponseReceipt = {
|
|
332
|
-
/**
|
|
333
|
-
* A unique code provided by the cardholder’s bank to confirm that the transaction was successfully approved.
|
|
334
|
-
*/
|
|
335
|
-
authorizationCode?: string | null | undefined;
|
|
336
|
-
/**
|
|
337
|
-
* The unique number that identifies a specific payment application on a chip card.
|
|
338
|
-
*/
|
|
339
|
-
applicationIdentifier?: string | null | undefined;
|
|
340
|
-
/**
|
|
341
|
-
* The method by which the card was read by the terminal.
|
|
342
|
-
*/
|
|
343
|
-
cardReadMethod?: PaymentDetailsReceiptCardReadMethodResponse | null | undefined;
|
|
344
|
-
/**
|
|
345
|
-
* The method used to verify the cardholder's identity.
|
|
346
|
-
*/
|
|
347
|
-
cardVerificationMethod?: PaymentDetailsReceiptCardVerificationMethodResponse | null | undefined;
|
|
348
|
-
};
|
|
349
|
-
/**
|
|
350
|
-
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
351
|
-
*
|
|
352
|
-
* @remarks
|
|
353
|
-
* the QR code details will be available in this object.
|
|
354
|
-
*
|
|
355
|
-
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
356
|
-
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
357
|
-
*/
|
|
358
|
-
export type ListPaymentResponseQrCode = {
|
|
359
|
-
/**
|
|
360
|
-
* The height of the QR code image in pixels.
|
|
361
|
-
*/
|
|
362
|
-
height?: number | undefined;
|
|
363
|
-
/**
|
|
364
|
-
* The width of the QR code image in pixels.
|
|
365
|
-
*/
|
|
366
|
-
width?: number | undefined;
|
|
367
|
-
/**
|
|
368
|
-
* The URL to the QR code image. The image is a PNG file, and can be displayed directly in the browser or
|
|
369
|
-
*
|
|
370
|
-
* @remarks
|
|
371
|
-
* downloaded.
|
|
372
|
-
*/
|
|
373
|
-
src?: string | undefined;
|
|
374
|
-
};
|
|
375
|
-
/**
|
|
376
|
-
* An object containing payment details collected during the payment process. For example, details may include the
|
|
377
|
-
*
|
|
378
|
-
* @remarks
|
|
379
|
-
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
380
|
-
* [method-specific parameters](extra-payment-parameters) guide.
|
|
381
|
-
*/
|
|
382
|
-
export type ListPaymentResponseDetails = {
|
|
383
|
-
/**
|
|
384
|
-
* The customer's name, if made available by the payment method. For card payments, refer to details.cardHolder.
|
|
385
|
-
*/
|
|
386
|
-
consumerName?: string | null | undefined;
|
|
387
|
-
/**
|
|
388
|
-
* The customer's account reference.
|
|
389
|
-
*
|
|
390
|
-
* @remarks
|
|
391
|
-
*
|
|
392
|
-
* For banking-based payment methods — such as iDEAL — this is normally either an IBAN or a domestic bank account
|
|
393
|
-
* number.
|
|
394
|
-
*
|
|
395
|
-
* For PayPal, the account reference is an email address.
|
|
396
|
-
*
|
|
397
|
-
* For card and Bancontact payments, refer to details.cardNumber.
|
|
398
|
-
*/
|
|
399
|
-
consumerAccount?: string | null | undefined;
|
|
400
|
-
/**
|
|
401
|
-
* The BIC of the customer's bank account, if applicable.
|
|
402
|
-
*/
|
|
403
|
-
consumerBic?: string | null | undefined;
|
|
404
|
-
/**
|
|
405
|
-
* For wallet payment methods — such as Apple Pay and PayPal — the shipping address is often already known by the
|
|
406
|
-
*
|
|
407
|
-
* @remarks
|
|
408
|
-
* wallet provider. In these cases the shipping address may be available as a payment detail.
|
|
409
|
-
*/
|
|
410
|
-
shippingAddress?: {
|
|
411
|
-
[k: string]: any;
|
|
412
|
-
} | null | undefined;
|
|
413
|
-
/**
|
|
414
|
-
* For bancontact, it will be the customer's masked card number. For cards, it will be the last 4-digit of the
|
|
415
|
-
*
|
|
416
|
-
* @remarks
|
|
417
|
-
* PAN. For Point-of-sale, it will be the the last 4 digits of the customer's masked card number.
|
|
418
|
-
*/
|
|
419
|
-
cardNumber?: string | null | undefined;
|
|
420
|
-
/**
|
|
421
|
-
* The name of the bank that the customer will need to make the bank transfer payment towards.
|
|
422
|
-
*/
|
|
423
|
-
bankName?: string | undefined;
|
|
424
|
-
/**
|
|
425
|
-
* The bank account number the customer will need to make the bank transfer payment towards.
|
|
426
|
-
*/
|
|
427
|
-
bankAccount?: string | undefined;
|
|
428
|
-
/**
|
|
429
|
-
* The BIC of the bank the customer will need to make the bank transfer payment towards.
|
|
430
|
-
*/
|
|
431
|
-
bankBic?: string | undefined;
|
|
432
|
-
/**
|
|
433
|
-
* The Mollie-generated reference the customer needs to use when transfering the amount. Do not apply any
|
|
434
|
-
*
|
|
435
|
-
* @remarks
|
|
436
|
-
* formatting here; show it to the customer as-is.
|
|
437
|
-
*/
|
|
438
|
-
transferReference?: string | null | undefined;
|
|
439
|
-
/**
|
|
440
|
-
* A unique fingerprint for a specific card. Can be used to identify returning customers.
|
|
441
|
-
*
|
|
442
|
-
* @remarks
|
|
443
|
-
*
|
|
444
|
-
* In the case of Point-of-sale payments, it's a unique identifier assigned to a cardholder's payment account,
|
|
445
|
-
* linking multiple transactions from wallets and physical card to a single account, also across payment methods
|
|
446
|
-
* or when the card is reissued.
|
|
447
|
-
*/
|
|
448
|
-
cardFingerprint?: string | null | undefined;
|
|
449
|
-
/**
|
|
450
|
-
* The customer's name as shown on their card.
|
|
451
|
-
*/
|
|
452
|
-
cardHolder?: string | null | undefined;
|
|
453
|
-
/**
|
|
454
|
-
* The card's target audience, if known.
|
|
455
|
-
*/
|
|
456
|
-
cardAudition?: PaymentDetailsCardAuditionResponse | null | undefined;
|
|
457
|
-
/**
|
|
458
|
-
* The card's label, if known.
|
|
459
|
-
*/
|
|
460
|
-
cardLabel?: PaymentDetailsCardLabelResponse | null | undefined;
|
|
461
|
-
/**
|
|
462
|
-
* The ISO 3166-1 alpha-2 country code of the country the card was issued in.
|
|
463
|
-
*/
|
|
464
|
-
cardCountryCode?: string | null | undefined;
|
|
465
|
-
/**
|
|
466
|
-
* The expiry date (MM/YY) of the card as displayed on the card.
|
|
467
|
-
*/
|
|
468
|
-
cardExpiryDate?: string | null | undefined;
|
|
469
|
-
/**
|
|
470
|
-
* The card type.
|
|
471
|
-
*/
|
|
472
|
-
cardFunding?: PaymentDetailsCardFundingResponse | null | undefined;
|
|
473
|
-
/**
|
|
474
|
-
* The level of security applied during card processing.
|
|
475
|
-
*/
|
|
476
|
-
cardSecurity?: PaymentDetailsCardSecurityResponse | null | undefined;
|
|
477
|
-
/**
|
|
478
|
-
* The applicable card fee region.
|
|
479
|
-
*/
|
|
480
|
-
feeRegion?: PaymentDetailsFeeRegionResponse | null | undefined;
|
|
481
|
-
/**
|
|
482
|
-
* The first 6 and last 4 digits of the card number.
|
|
483
|
-
*/
|
|
484
|
-
cardMaskedNumber?: string | null | undefined;
|
|
485
|
-
/**
|
|
486
|
-
* The outcome of authentication attempted on transactions enforced by 3DS (ie valid only for oneoff and first).
|
|
487
|
-
*/
|
|
488
|
-
card3dsEci?: string | null | undefined;
|
|
489
|
-
/**
|
|
490
|
-
* The first 6 digit of the card bank identification number.
|
|
491
|
-
*/
|
|
492
|
-
cardBin?: string | null | undefined;
|
|
493
|
-
/**
|
|
494
|
-
* The issuer of the Card.
|
|
495
|
-
*/
|
|
496
|
-
cardIssuer?: string | null | undefined;
|
|
497
|
-
/**
|
|
498
|
-
* A failure code to help understand why the payment failed.
|
|
499
|
-
*/
|
|
500
|
-
failureReason?: PaymentDetailsFailureReasonResponse | null | undefined;
|
|
501
|
-
/**
|
|
502
|
-
* A human-friendly failure message that can be shown to the customer. The message is translated in accordance
|
|
503
|
-
*
|
|
504
|
-
* @remarks
|
|
505
|
-
* with the payment's locale setting.
|
|
506
|
-
*/
|
|
507
|
-
failureMessage?: string | null | undefined;
|
|
508
|
-
/**
|
|
509
|
-
* The wallet used when creating the payment.
|
|
510
|
-
*/
|
|
511
|
-
wallet?: PaymentDetailsWalletResponse | null | undefined;
|
|
512
|
-
/**
|
|
513
|
-
* PayPal's reference for the payment.
|
|
514
|
-
*/
|
|
515
|
-
paypalReference?: string | null | undefined;
|
|
516
|
-
/**
|
|
517
|
-
* ID of the customer's PayPal account.
|
|
518
|
-
*/
|
|
519
|
-
paypalPayerId?: string | null | undefined;
|
|
520
|
-
/**
|
|
521
|
-
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
522
|
-
*
|
|
523
|
-
* @remarks
|
|
524
|
-
* payments, and if the information is made available by PayPal.
|
|
525
|
-
*/
|
|
526
|
-
sellerProtection?: PaymentDetailsSellerProtectionResponse | null | undefined;
|
|
527
|
-
/**
|
|
528
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
529
|
-
*/
|
|
530
|
-
paypalFee?: AmountNullable | null | undefined;
|
|
531
|
-
/**
|
|
532
|
-
* The paysafecard customer reference either provided via the API or otherwise auto-generated by Mollie.
|
|
533
|
-
*/
|
|
534
|
-
customerReference?: string | undefined;
|
|
535
|
-
/**
|
|
536
|
-
* The ID of the terminal device where the payment took place on.
|
|
537
|
-
*/
|
|
538
|
-
terminalId?: string | undefined;
|
|
539
|
-
/**
|
|
540
|
-
* The first 6 digits & last 4 digits of the customer's masked card number.
|
|
541
|
-
*/
|
|
542
|
-
maskedNumber?: string | null | undefined;
|
|
543
|
-
/**
|
|
544
|
-
* The Point of sale receipt object.
|
|
545
|
-
*/
|
|
546
|
-
receipt?: ListPaymentResponseReceipt | undefined;
|
|
547
|
-
/**
|
|
548
|
-
* The creditor identifier indicates who is authorized to execute the payment. In this case, it is a
|
|
549
|
-
*
|
|
550
|
-
* @remarks
|
|
551
|
-
* reference to Mollie.
|
|
552
|
-
*/
|
|
553
|
-
creditorIdentifier?: string | null | undefined;
|
|
554
|
-
/**
|
|
555
|
-
* Estimated date the payment is debited from the customer's bank account, in YYYY-MM-DD format.
|
|
556
|
-
*/
|
|
557
|
-
dueDate?: RFCDate | null | undefined;
|
|
558
|
-
/**
|
|
559
|
-
* Date the payment has been signed by the customer, in YYYY-MM-DD format. Only available if the payment
|
|
560
|
-
*
|
|
561
|
-
* @remarks
|
|
562
|
-
* has been signed.
|
|
563
|
-
*/
|
|
564
|
-
signatureDate?: RFCDate | null | undefined;
|
|
565
|
-
/**
|
|
566
|
-
* The official reason why this payment has failed. A detailed description of each reason is available on the
|
|
567
|
-
*
|
|
568
|
-
* @remarks
|
|
569
|
-
* website of the European Payments Council.
|
|
570
|
-
*/
|
|
571
|
-
bankReasonCode?: string | null | undefined;
|
|
572
|
-
/**
|
|
573
|
-
* A human-friendly description of the failure reason.
|
|
574
|
-
*/
|
|
575
|
-
bankReason?: string | null | undefined;
|
|
576
|
-
/**
|
|
577
|
-
* The end-to-end identifier you provided in the batch file.
|
|
578
|
-
*/
|
|
579
|
-
endToEndIdentifier?: string | null | undefined;
|
|
580
|
-
/**
|
|
581
|
-
* The mandate reference you provided in the batch file.
|
|
582
|
-
*/
|
|
583
|
-
mandateReference?: string | null | undefined;
|
|
584
|
-
/**
|
|
585
|
-
* The batch reference you provided in the batch file.
|
|
586
|
-
*/
|
|
587
|
-
batchReference?: string | null | undefined;
|
|
588
|
-
/**
|
|
589
|
-
* The file reference you provided in the batch file.
|
|
590
|
-
*/
|
|
591
|
-
fileReference?: string | null | undefined;
|
|
592
|
-
/**
|
|
593
|
-
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
594
|
-
*
|
|
595
|
-
* @remarks
|
|
596
|
-
* the QR code details will be available in this object.
|
|
597
|
-
*
|
|
598
|
-
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
599
|
-
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
600
|
-
*/
|
|
601
|
-
qrCode?: ListPaymentResponseQrCode | undefined;
|
|
602
|
-
/**
|
|
603
|
-
* For payments with gift cards: the masked gift card number of the first gift card applied to the payment.
|
|
604
|
-
*/
|
|
605
|
-
voucherNumber?: string | undefined;
|
|
606
|
-
/**
|
|
607
|
-
* An array of detail objects for each gift card that was used on this payment, if any.
|
|
608
|
-
*/
|
|
609
|
-
giftcards?: Array<{
|
|
610
|
-
[k: string]: any;
|
|
611
|
-
}> | undefined;
|
|
612
|
-
/**
|
|
613
|
-
* For payments with vouchers: the brand name of the first voucher applied.
|
|
614
|
-
*/
|
|
615
|
-
issuer?: string | undefined;
|
|
616
|
-
/**
|
|
617
|
-
* An array of detail objects for each voucher that was used on this payment, if any.
|
|
618
|
-
*/
|
|
619
|
-
vouchers?: Array<{
|
|
620
|
-
[k: string]: any;
|
|
621
|
-
}> | undefined;
|
|
622
|
-
/**
|
|
623
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
624
|
-
*/
|
|
625
|
-
remainderAmount?: Amount | undefined;
|
|
626
|
-
/**
|
|
627
|
-
* The payment method used to pay the remainder amount, after all gift cards or vouchers were applied.
|
|
628
|
-
*/
|
|
629
|
-
remainderMethod?: string | undefined;
|
|
630
|
-
/**
|
|
631
|
-
* Optional include. The full payment method details of the remainder payment.
|
|
632
|
-
*/
|
|
633
|
-
remainderDetails?: {
|
|
634
|
-
[k: string]: any;
|
|
635
|
-
} | undefined;
|
|
636
|
-
/**
|
|
637
|
-
* Multibanco payment reference of the transaction
|
|
638
|
-
*/
|
|
639
|
-
multibancoReference?: string | null | undefined;
|
|
640
|
-
/**
|
|
641
|
-
* Multibanco entity reference of the transaction
|
|
642
|
-
*/
|
|
643
|
-
multibancoEntity?: string | null | undefined;
|
|
644
|
-
/**
|
|
645
|
-
* Bizum payment reference of the transaction
|
|
646
|
-
*/
|
|
647
|
-
bizumReference?: string | null | undefined;
|
|
648
|
-
};
|
|
649
293
|
/**
|
|
650
294
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
651
295
|
*/
|
|
@@ -772,21 +416,6 @@ export type ListPaymentResponse = {
|
|
|
772
416
|
* zero.
|
|
773
417
|
*/
|
|
774
418
|
amountChargedBack?: ListPaymentResponseAmountChargedBack | undefined;
|
|
775
|
-
/**
|
|
776
|
-
* **Deprecated.** This field will be removed on January 1st, 2027. Use the [Settlements API](list-settlements) or
|
|
777
|
-
*
|
|
778
|
-
* @remarks
|
|
779
|
-
* the [List balance transactions endpoint](list-balance-transactions) for settlement data.
|
|
780
|
-
*
|
|
781
|
-
* The amount that will be settled to your account, converted to the currency your account is settled in. Only
|
|
782
|
-
* available once the payment is finalized and the final settlement amount has been determined.
|
|
783
|
-
*
|
|
784
|
-
* Amounts not settled by Mollie are not reflected here (e.g. PayPal or gift cards). If no amount is settled by
|
|
785
|
-
* Mollie, this field is omitted from the response.
|
|
786
|
-
*
|
|
787
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
788
|
-
*/
|
|
789
|
-
settlementAmount?: ListPaymentResponseSettlementAmount | undefined;
|
|
790
419
|
/**
|
|
791
420
|
* The URL your customer will be redirected to after the payment process.
|
|
792
421
|
*
|
|
@@ -1017,7 +646,7 @@ export type ListPaymentResponse = {
|
|
|
1017
646
|
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1018
647
|
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1019
648
|
*/
|
|
1020
|
-
details?:
|
|
649
|
+
details?: PaymentDetails | null | undefined;
|
|
1021
650
|
/**
|
|
1022
651
|
* The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
1023
652
|
*/
|
|
@@ -1082,9 +711,6 @@ export declare function listPaymentResponseAmountCapturedFromJSON(jsonString: st
|
|
|
1082
711
|
export declare const ListPaymentResponseAmountChargedBack$inboundSchema: z.ZodType<ListPaymentResponseAmountChargedBack, z.ZodTypeDef, unknown>;
|
|
1083
712
|
export declare function listPaymentResponseAmountChargedBackFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseAmountChargedBack, SDKValidationError>;
|
|
1084
713
|
/** @internal */
|
|
1085
|
-
export declare const ListPaymentResponseSettlementAmount$inboundSchema: z.ZodType<ListPaymentResponseSettlementAmount, z.ZodTypeDef, unknown>;
|
|
1086
|
-
export declare function listPaymentResponseSettlementAmountFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseSettlementAmount, SDKValidationError>;
|
|
1087
|
-
/** @internal */
|
|
1088
714
|
export declare const ListPaymentResponseLine$inboundSchema: z.ZodType<ListPaymentResponseLine, z.ZodTypeDef, unknown>;
|
|
1089
715
|
export declare function listPaymentResponseLineFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseLine, SDKValidationError>;
|
|
1090
716
|
/** @internal */
|
|
@@ -1096,15 +722,6 @@ export declare function listPaymentResponseApplicationFeeFromJSON(jsonString: st
|
|
|
1096
722
|
/** @internal */
|
|
1097
723
|
export declare const ListPaymentResponseStatus$inboundSchema: z.ZodType<ListPaymentResponseStatus, z.ZodTypeDef, unknown>;
|
|
1098
724
|
/** @internal */
|
|
1099
|
-
export declare const ListPaymentResponseReceipt$inboundSchema: z.ZodType<ListPaymentResponseReceipt, z.ZodTypeDef, unknown>;
|
|
1100
|
-
export declare function listPaymentResponseReceiptFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseReceipt, SDKValidationError>;
|
|
1101
|
-
/** @internal */
|
|
1102
|
-
export declare const ListPaymentResponseQrCode$inboundSchema: z.ZodType<ListPaymentResponseQrCode, z.ZodTypeDef, unknown>;
|
|
1103
|
-
export declare function listPaymentResponseQrCodeFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseQrCode, SDKValidationError>;
|
|
1104
|
-
/** @internal */
|
|
1105
|
-
export declare const ListPaymentResponseDetails$inboundSchema: z.ZodType<ListPaymentResponseDetails, z.ZodTypeDef, unknown>;
|
|
1106
|
-
export declare function listPaymentResponseDetailsFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseDetails, SDKValidationError>;
|
|
1107
|
-
/** @internal */
|
|
1108
725
|
export declare const ListPaymentResponseLinks$inboundSchema: z.ZodType<ListPaymentResponseLinks, z.ZodTypeDef, unknown>;
|
|
1109
726
|
export declare function listPaymentResponseLinksFromJSON(jsonString: string): SafeParseResult<ListPaymentResponseLinks, SDKValidationError>;
|
|
1110
727
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listpaymentresponse.d.ts","sourceRoot":"","sources":["../../../src/models/listpaymentresponse.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"listpaymentresponse.d.ts","sourceRoot":"","sources":["../../../src/models/listpaymentresponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,27 +37,21 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
};
|
|
38
38
|
})();
|
|
39
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.ListPaymentResponse$inboundSchema = exports.ListPaymentResponseLinks$inboundSchema = exports.
|
|
40
|
+
exports.ListPaymentResponse$inboundSchema = exports.ListPaymentResponseLinks$inboundSchema = exports.ListPaymentResponseStatus$inboundSchema = exports.ListPaymentResponseApplicationFee$inboundSchema = exports.ListPaymentResponseBillingAddress$inboundSchema = exports.ListPaymentResponseLine$inboundSchema = exports.ListPaymentResponseAmountChargedBack$inboundSchema = exports.ListPaymentResponseAmountCaptured$inboundSchema = exports.ListPaymentResponseAmountRemaining$inboundSchema = exports.ListPaymentResponseAmountRefunded$inboundSchema = exports.ListPaymentResponseStatus = void 0;
|
|
41
41
|
exports.listPaymentResponseAmountRefundedFromJSON = listPaymentResponseAmountRefundedFromJSON;
|
|
42
42
|
exports.listPaymentResponseAmountRemainingFromJSON = listPaymentResponseAmountRemainingFromJSON;
|
|
43
43
|
exports.listPaymentResponseAmountCapturedFromJSON = listPaymentResponseAmountCapturedFromJSON;
|
|
44
44
|
exports.listPaymentResponseAmountChargedBackFromJSON = listPaymentResponseAmountChargedBackFromJSON;
|
|
45
|
-
exports.listPaymentResponseSettlementAmountFromJSON = listPaymentResponseSettlementAmountFromJSON;
|
|
46
45
|
exports.listPaymentResponseLineFromJSON = listPaymentResponseLineFromJSON;
|
|
47
46
|
exports.listPaymentResponseBillingAddressFromJSON = listPaymentResponseBillingAddressFromJSON;
|
|
48
47
|
exports.listPaymentResponseApplicationFeeFromJSON = listPaymentResponseApplicationFeeFromJSON;
|
|
49
|
-
exports.listPaymentResponseReceiptFromJSON = listPaymentResponseReceiptFromJSON;
|
|
50
|
-
exports.listPaymentResponseQrCodeFromJSON = listPaymentResponseQrCodeFromJSON;
|
|
51
|
-
exports.listPaymentResponseDetailsFromJSON = listPaymentResponseDetailsFromJSON;
|
|
52
48
|
exports.listPaymentResponseLinksFromJSON = listPaymentResponseLinksFromJSON;
|
|
53
49
|
exports.listPaymentResponseFromJSON = listPaymentResponseFromJSON;
|
|
54
50
|
const z = __importStar(require("zod/v3"));
|
|
55
51
|
const primitives_js_1 = require("../lib/primitives.js");
|
|
56
52
|
const schemas_js_1 = require("../lib/schemas.js");
|
|
57
53
|
const openEnums = __importStar(require("../types/enums.js"));
|
|
58
|
-
const rfcdate_js_1 = require("../types/rfcdate.js");
|
|
59
54
|
const amount_js_1 = require("./amount.js");
|
|
60
|
-
const amountnullable_js_1 = require("./amountnullable.js");
|
|
61
55
|
const capturemoderesponse_js_1 = require("./capturemoderesponse.js");
|
|
62
56
|
const entitypaymentrouteresponse_js_1 = require("./entitypaymentrouteresponse.js");
|
|
63
57
|
const linecategoriesresponse_js_1 = require("./linecategoriesresponse.js");
|
|
@@ -66,16 +60,7 @@ const metadata_js_1 = require("./metadata.js");
|
|
|
66
60
|
const methodresponse_js_1 = require("./methodresponse.js");
|
|
67
61
|
const mode_js_1 = require("./mode.js");
|
|
68
62
|
const paymentaddress_js_1 = require("./paymentaddress.js");
|
|
69
|
-
const
|
|
70
|
-
const paymentdetailscardfundingresponse_js_1 = require("./paymentdetailscardfundingresponse.js");
|
|
71
|
-
const paymentdetailscardlabelresponse_js_1 = require("./paymentdetailscardlabelresponse.js");
|
|
72
|
-
const paymentdetailscardsecurityresponse_js_1 = require("./paymentdetailscardsecurityresponse.js");
|
|
73
|
-
const paymentdetailsfailurereasonresponse_js_1 = require("./paymentdetailsfailurereasonresponse.js");
|
|
74
|
-
const paymentdetailsfeeregionresponse_js_1 = require("./paymentdetailsfeeregionresponse.js");
|
|
75
|
-
const paymentdetailsreceiptcardreadmethodresponse_js_1 = require("./paymentdetailsreceiptcardreadmethodresponse.js");
|
|
76
|
-
const paymentdetailsreceiptcardverificationmethodresponse_js_1 = require("./paymentdetailsreceiptcardverificationmethodresponse.js");
|
|
77
|
-
const paymentdetailssellerprotectionresponse_js_1 = require("./paymentdetailssellerprotectionresponse.js");
|
|
78
|
-
const paymentdetailswalletresponse_js_1 = require("./paymentdetailswalletresponse.js");
|
|
63
|
+
const paymentdetails_js_1 = require("./paymentdetails.js");
|
|
79
64
|
const paymentlinetyperesponse_js_1 = require("./paymentlinetyperesponse.js");
|
|
80
65
|
const recurringlineitem_js_1 = require("./recurringlineitem.js");
|
|
81
66
|
const sequencetyperesponse_js_1 = require("./sequencetyperesponse.js");
|
|
@@ -130,14 +115,6 @@ function listPaymentResponseAmountChargedBackFromJSON(jsonString) {
|
|
|
130
115
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPaymentResponseAmountChargedBack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPaymentResponseAmountChargedBack' from JSON`);
|
|
131
116
|
}
|
|
132
117
|
/** @internal */
|
|
133
|
-
exports.ListPaymentResponseSettlementAmount$inboundSchema = z.object({
|
|
134
|
-
currency: z.string(),
|
|
135
|
-
value: z.string(),
|
|
136
|
-
});
|
|
137
|
-
function listPaymentResponseSettlementAmountFromJSON(jsonString) {
|
|
138
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPaymentResponseSettlementAmount$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPaymentResponseSettlementAmount' from JSON`);
|
|
139
|
-
}
|
|
140
|
-
/** @internal */
|
|
141
118
|
exports.ListPaymentResponseLine$inboundSchema = z.object({
|
|
142
119
|
type: paymentlinetyperesponse_js_1.PaymentLineTypeResponse$inboundSchema.optional(),
|
|
143
120
|
description: z.string(),
|
|
@@ -186,91 +163,6 @@ function listPaymentResponseApplicationFeeFromJSON(jsonString) {
|
|
|
186
163
|
/** @internal */
|
|
187
164
|
exports.ListPaymentResponseStatus$inboundSchema = openEnums.inboundSchema(exports.ListPaymentResponseStatus);
|
|
188
165
|
/** @internal */
|
|
189
|
-
exports.ListPaymentResponseReceipt$inboundSchema = z.object({
|
|
190
|
-
authorizationCode: z.nullable(z.string()).optional(),
|
|
191
|
-
applicationIdentifier: z.nullable(z.string()).optional(),
|
|
192
|
-
cardReadMethod: z.nullable(paymentdetailsreceiptcardreadmethodresponse_js_1.PaymentDetailsReceiptCardReadMethodResponse$inboundSchema).optional(),
|
|
193
|
-
cardVerificationMethod: z.nullable(paymentdetailsreceiptcardverificationmethodresponse_js_1.PaymentDetailsReceiptCardVerificationMethodResponse$inboundSchema).optional(),
|
|
194
|
-
});
|
|
195
|
-
function listPaymentResponseReceiptFromJSON(jsonString) {
|
|
196
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPaymentResponseReceipt$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPaymentResponseReceipt' from JSON`);
|
|
197
|
-
}
|
|
198
|
-
/** @internal */
|
|
199
|
-
exports.ListPaymentResponseQrCode$inboundSchema = z.object({
|
|
200
|
-
height: z.number().int().optional(),
|
|
201
|
-
width: z.number().int().optional(),
|
|
202
|
-
src: z.string().optional(),
|
|
203
|
-
});
|
|
204
|
-
function listPaymentResponseQrCodeFromJSON(jsonString) {
|
|
205
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPaymentResponseQrCode$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPaymentResponseQrCode' from JSON`);
|
|
206
|
-
}
|
|
207
|
-
/** @internal */
|
|
208
|
-
exports.ListPaymentResponseDetails$inboundSchema = z.object({
|
|
209
|
-
consumerName: z.nullable(z.string()).optional(),
|
|
210
|
-
consumerAccount: z.nullable(z.string()).optional(),
|
|
211
|
-
consumerBic: z.nullable(z.string()).optional(),
|
|
212
|
-
shippingAddress: z.nullable(z.record(z.any())).optional(),
|
|
213
|
-
cardNumber: z.nullable(z.string()).optional(),
|
|
214
|
-
bankName: z.string().optional(),
|
|
215
|
-
bankAccount: z.string().optional(),
|
|
216
|
-
bankBic: z.string().optional(),
|
|
217
|
-
transferReference: z.nullable(z.string()).optional(),
|
|
218
|
-
cardFingerprint: z.nullable(z.string()).optional(),
|
|
219
|
-
cardHolder: z.nullable(z.string()).optional(),
|
|
220
|
-
cardAudition: z.nullable(paymentdetailscardauditionresponse_js_1.PaymentDetailsCardAuditionResponse$inboundSchema)
|
|
221
|
-
.optional(),
|
|
222
|
-
cardLabel: z.nullable(paymentdetailscardlabelresponse_js_1.PaymentDetailsCardLabelResponse$inboundSchema)
|
|
223
|
-
.optional(),
|
|
224
|
-
cardCountryCode: z.nullable(z.string()).optional(),
|
|
225
|
-
cardExpiryDate: z.nullable(z.string()).optional(),
|
|
226
|
-
cardFunding: z.nullable(paymentdetailscardfundingresponse_js_1.PaymentDetailsCardFundingResponse$inboundSchema)
|
|
227
|
-
.optional(),
|
|
228
|
-
cardSecurity: z.nullable(paymentdetailscardsecurityresponse_js_1.PaymentDetailsCardSecurityResponse$inboundSchema)
|
|
229
|
-
.optional(),
|
|
230
|
-
feeRegion: z.nullable(paymentdetailsfeeregionresponse_js_1.PaymentDetailsFeeRegionResponse$inboundSchema)
|
|
231
|
-
.optional(),
|
|
232
|
-
cardMaskedNumber: z.nullable(z.string()).optional(),
|
|
233
|
-
card3dsEci: z.nullable(z.string()).optional(),
|
|
234
|
-
cardBin: z.nullable(z.string()).optional(),
|
|
235
|
-
cardIssuer: z.nullable(z.string()).optional(),
|
|
236
|
-
failureReason: z.nullable(paymentdetailsfailurereasonresponse_js_1.PaymentDetailsFailureReasonResponse$inboundSchema)
|
|
237
|
-
.optional(),
|
|
238
|
-
failureMessage: z.nullable(z.string()).optional(),
|
|
239
|
-
wallet: z.nullable(paymentdetailswalletresponse_js_1.PaymentDetailsWalletResponse$inboundSchema).optional(),
|
|
240
|
-
paypalReference: z.nullable(z.string()).optional(),
|
|
241
|
-
paypalPayerId: z.nullable(z.string()).optional(),
|
|
242
|
-
sellerProtection: z.nullable(paymentdetailssellerprotectionresponse_js_1.PaymentDetailsSellerProtectionResponse$inboundSchema).optional(),
|
|
243
|
-
paypalFee: z.nullable(amountnullable_js_1.AmountNullable$inboundSchema).optional(),
|
|
244
|
-
customerReference: z.string().optional(),
|
|
245
|
-
terminalId: z.string().optional(),
|
|
246
|
-
maskedNumber: z.nullable(z.string()).optional(),
|
|
247
|
-
receipt: z.lazy(() => exports.ListPaymentResponseReceipt$inboundSchema).optional(),
|
|
248
|
-
creditorIdentifier: z.nullable(z.string()).optional(),
|
|
249
|
-
dueDate: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v))).optional(),
|
|
250
|
-
signatureDate: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v)))
|
|
251
|
-
.optional(),
|
|
252
|
-
bankReasonCode: z.nullable(z.string()).optional(),
|
|
253
|
-
bankReason: z.nullable(z.string()).optional(),
|
|
254
|
-
endToEndIdentifier: z.nullable(z.string()).optional(),
|
|
255
|
-
mandateReference: z.nullable(z.string()).optional(),
|
|
256
|
-
batchReference: z.nullable(z.string()).optional(),
|
|
257
|
-
fileReference: z.nullable(z.string()).optional(),
|
|
258
|
-
qrCode: z.lazy(() => exports.ListPaymentResponseQrCode$inboundSchema).optional(),
|
|
259
|
-
voucherNumber: z.string().optional(),
|
|
260
|
-
giftcards: z.array(z.record(z.any())).optional(),
|
|
261
|
-
issuer: z.string().optional(),
|
|
262
|
-
vouchers: z.array(z.record(z.any())).optional(),
|
|
263
|
-
remainderAmount: amount_js_1.Amount$inboundSchema.optional(),
|
|
264
|
-
remainderMethod: z.string().optional(),
|
|
265
|
-
remainderDetails: z.record(z.any()).optional(),
|
|
266
|
-
multibancoReference: z.nullable(z.string()).optional(),
|
|
267
|
-
multibancoEntity: z.nullable(z.string()).optional(),
|
|
268
|
-
bizumReference: z.nullable(z.string()).optional(),
|
|
269
|
-
});
|
|
270
|
-
function listPaymentResponseDetailsFromJSON(jsonString) {
|
|
271
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPaymentResponseDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPaymentResponseDetails' from JSON`);
|
|
272
|
-
}
|
|
273
|
-
/** @internal */
|
|
274
166
|
exports.ListPaymentResponseLinks$inboundSchema = z.object({
|
|
275
167
|
self: url_js_1.Url$inboundSchema,
|
|
276
168
|
checkout: url_js_1.Url$inboundSchema.optional(),
|
|
@@ -305,7 +197,6 @@ exports.ListPaymentResponse$inboundSchema = z.object({
|
|
|
305
197
|
amountCaptured: z.lazy(() => exports.ListPaymentResponseAmountCaptured$inboundSchema)
|
|
306
198
|
.optional(),
|
|
307
199
|
amountChargedBack: z.lazy(() => exports.ListPaymentResponseAmountChargedBack$inboundSchema).optional(),
|
|
308
|
-
settlementAmount: z.lazy(() => exports.ListPaymentResponseSettlementAmount$inboundSchema).optional(),
|
|
309
200
|
redirectUrl: z.nullable(z.string()).optional(),
|
|
310
201
|
cancelUrl: z.nullable(z.string()).optional(),
|
|
311
202
|
webhookUrl: z.nullable(z.string()).optional(),
|
|
@@ -334,8 +225,7 @@ exports.ListPaymentResponse$inboundSchema = z.object({
|
|
|
334
225
|
status: exports.ListPaymentResponseStatus$inboundSchema,
|
|
335
226
|
statusReason: z.nullable(statusreason_js_1.StatusReason$inboundSchema).optional(),
|
|
336
227
|
isCancelable: z.nullable(z.boolean()).optional(),
|
|
337
|
-
details: z.nullable(
|
|
338
|
-
.optional(),
|
|
228
|
+
details: z.nullable(paymentdetails_js_1.PaymentDetails$inboundSchema).optional(),
|
|
339
229
|
createdAt: z.string(),
|
|
340
230
|
authorizedAt: z.nullable(z.string()).optional(),
|
|
341
231
|
paidAt: z.nullable(z.string()).optional(),
|