> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clinkbill.com/llms.txt
> Use this file to discover all available pages before exploring further.

# July 2026 Changelog

> Agentic Payment, Pay by Link, and cross-currency payment updates

In July, Clink expanded Agentic Payment, no-code collections, global payment coverage, and cross-currency transactions while improving merchant APIs, checkout, and financial reconciliation.

<Columns cols={3}>
  <Card title="Skill Marketplace" icon="store" color="#F794AF" href="/guides/agent/skill_marketplace" arrow cta="Learn more">
    Discover and install reviewed payment-enabled Skills.
  </Card>

  <Card title="Pay by Link" icon="link" color="#FAAF69" href="https://clinkbill.com/products/payment" arrow cta="Explore Payments">
    Create and share payment links without calling an API.
  </Card>

  <Card title="Cross-currency payments" icon="globe" color="#F794AF" href="https://clinkbill.com/products/payment" arrow cta="Explore Payments">
    Present local currencies automatically with predictable fallback behavior.
  </Card>
</Columns>

## Agentic Payment

### Skill Marketplace

Merchants can upload, review, publish, and maintain Skills from the Dashboard. Published Skills appear in the public Marketplace, where users can:

* Search by name, category, or publisher
* Review capabilities, versions, and publisher information
* Install Skills through the CLI or a prompt
* Review version history and release notes
* Tip creators through supported Skills

Before publication, Clink validates package structure, versions, security, and Agentic Payment behavior to help users discover reviewed payment-enabled Skills.

[Publish and manage Skills](/guides/agent/skill_marketplace)

<Info>
  Building payments, automatic top-ups, or authorization controls for Agents? [Contact the Clink team](https://clinkbill.com/contact) to discuss integration options and Early Access.
</Info>

## Payments and global coverage

### Pay by Link: collect payments without development

Merchants can now create payment links directly from the Developers page in the Dashboard without calling an API.

Enter the amount, currency, description, and payer email to generate a shareable checkout link for sales follow-up, business payments, support-led collections, and other non-standard checkout flows.

[Explore Clink Payments](https://clinkbill.com/products/payment) · [Read the Checkout Session docs](/guides/payments/checkout_session)

### More local payment methods

Clink expanded local payment coverage with:

* Allinpay

Merchants still integrate Clink once and can present the payment methods most relevant to each customer market.

[View supported payment methods](/finance/pricing#more-ways-for-customers-to-pay)

### More flexible cross-currency payments

One-time payments can now specify the currency charged to the customer and prioritize local-currency display.

For international customers, Clink selects an appropriate currency based on location, configured prices, and payment-method support:

* Use a merchant-configured local price when available
* Convert automatically when no fixed local price exists
* Fall back to the original pricing currency when the local currency is unavailable
* Allow merchants to specify `paymentCurrency` through the API

This simplifies global pricing and reduces confusion when multiple currencies could otherwise appear at checkout.

[Learn about local currencies and adaptive pricing](/guides/payments/currencies) · [Configure multi-currency product prices](/guides/resources/product#multi-currency-pricing)

## Checkout

### A clearer, more reliable checkout experience

Hosted Checkout now includes:

* A PCI security indicator
* Merchant name on the payment-success page
* Automatic payment-result polling while a payment is pending
* Improved promotion-code display
* More complete receipts for one-time payments

These changes help customers identify the merchant, understand payment status, and receive a more complete payment record.

[Learn about Checkout Session](/guides/payments/checkout_session)

## Billing and finance

### Subscription upgrade and downgrade APIs

Developers can now build a more complete plan-change experience:

<Steps>
  <Step title="Preview the change">
    Retrieve the target plan and pricing changes.
  </Step>

  <Step title="Confirm with the customer">
    Present the upgrade or downgrade for approval.
  </Step>

  <Step title="Submit the change">
    Apply the new plan configuration after confirmation.
  </Step>

  <Step title="Cancel when needed">
    Cancel a pending change before it takes effect.
  </Step>
</Steps>

Merchants can now use APIs to upgrade or downgrade users' subscription products.

[Preview a subscription change](/api-reference/endpoint/preview-subscription-update) · [Confirm a subscription change](/api-reference/endpoint/confirm-subscription-update) · [Cancel a subscription change](/api-reference/endpoint/cancel-subscription-update)

### Better settlement and reconciliation data

Settlement data now includes:

* Merchant reference IDs and settlement dates on settlement bills
* Downloadable fully managed settlement reports

These additions make it easier to match Clink transactions, refunds, and settlements with merchant order systems.

[Learn about order and reconciliation fields](/guides/resources/order)

## Developer capabilities

### More complete order and refund responses

Order APIs and webhooks now return clearer payment-failure reasons. Refund responses also include:

* `failureCode`
* `failureMessage`
* `refundMerchantOrderId`

Order lists can also be searched by merchant reference ID, making reconciliation with merchant order numbers more direct.

[List orders](/api-reference/endpoint/list-orders) · [Create a refund](/api-reference/endpoint/create-refund)
