# SX Digital Pay ## Docs - [Getting started](https://developers.sxdigitalpay.com/getting-started-1821093m0.md): - [Authentication](https://developers.sxdigitalpay.com/authentication-1821094m0.md): - [Webhook Validation](https://developers.sxdigitalpay.com/webhook-validation-1821299m0.md): - [Recommended workflows](https://developers.sxdigitalpay.com/recommended-workflows-1913625m0.md): ## API Docs - Merchant [Get merchant profile](https://developers.sxdigitalpay.com/get-merchant-profile-26108740e0.md): Returns the authenticated merchant's profile. - PaymentLinks [Create single-use payment link](https://developers.sxdigitalpay.com/create-single-use-payment-link-25254364e0.md): Creates a single-use payment link. Currency comes from the authenticated merchant and isMultiUse is always false. - PaymentLinks [List single-use payment links](https://developers.sxdigitalpay.com/list-single-use-payment-links-25254363e0.md): Returns the authenticated merchant's non-reusable payment links, ordered by creation (newest first). - PaymentLinks [Get link details](https://developers.sxdigitalpay.com/get-link-details-25254365e0.md): Returns a single-use payment link, its payments, and an aggregated `paymentStatus` field that tells whether the link has any completed payment. - Webhooks [Link created](https://developers.sxdigitalpay.com/link-created-25254366e0.md): Sent when an external link is created and webhookUrl is set. - Webhooks [Link status changed](https://developers.sxdigitalpay.com/link-status-changed-25254367e0.md): Sent when a link status changes (e.g., ACTIVE -> INACTIVE or EXPIRED). - Webhooks [Link paymentStatus changed](https://developers.sxdigitalpay.com/link-paymentstatus-changed-25254368e0.md): Sent when the aggregated paymentStatus of a link changes: NOT_STARTED → PENDING (first payment created) or PENDING → COMPLETED (first payment completed).