> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Payment Link Payments # Type: Payment Link Payment Object # Link: https://dev.wix.com/docs/api-reference/business-management/get-paid/payment-links/payment-link-payments/payment-link-payment-object.md ## Description: A payment link payment contains details of a payment made using [payment links](https://support.wix.com/en/article/wix-pay-links-creating-and-managing-pay-links). ## Schema: ```json Type: Payment Link Payment Object | type: PaymentLinkPayment Description: A payment link payment contains details of a payment made using [payment links](https://support.wix.com/en/article/wix-pay-links-creating-and-managing-pay-links). - name: id | type: string | description: Payment link payment ID. When a gift card is used, this is the gift card payment ID. Otherwise, this is the transaction ID associated with the relevant payment type. - name: value | type: string | description: - name: revision | type: string | description: Revision number, which increments by 1 each time the payment link payment is updated. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the payment was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: amount | type: string | description: Payment amount. - name: paymentLinkId | type: string | description: Payment link ID associated with the payment. - name: receiptId | type: string | description: Receipt ID associated with the payment, available in the Get Paid Receipts API. - name: type | type: string | description: Payment type. enum: UNKNOWN_PAYMENT_TYPE, REGULAR, GIFT_CARD - name: currency | type: string | description: Currency code in [ISO-4217 alphabetic](https://www.iso.org/iso-4217-currency-codes.html) format. - name: transactionDate | type: string | description: Date and time the payment transaction was created. - name: extendedFields | type: ExtendedFields | description: Custom field data for the payment link. [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md) must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). ```