<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Paddle on Kevin&#39;s Blog</title>
    <link>https://bloglee.pages.dev/tags/paddle/</link>
    <description>Recent content in Paddle on Kevin&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Mon, 08 Sep 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://bloglee.pages.dev/tags/paddle/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>集成 Paddle 支付</title>
      <link>https://bloglee.pages.dev/post/integrate-paddle/</link>
      <pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/integrate-paddle/</guid>
      <description>&lt;h2 id=&#34;常见链接&#34;&gt;常见链接&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.paddle.com/build/onboarding/overview&#34;&gt;Get started&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.paddle.com/build/tools/sandbox&#34;&gt;Sandbox accounts&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://sandbox-vendors.paddle.com/onboarding/get-started&#34;&gt;Sandbox 环境&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.paddle.com/api-reference/overview&#34;&gt;API reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.paddle.com/webhooks/overview&#34;&gt;Webhooks&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.paddle.com/api-reference/about/paddle-ids&#34;&gt;Paddle Ids&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;配置&#34;&gt;配置&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;去 Paddle Dashboard 检查你的 dunning 设置，如果是订阅相关，优先开启 Retain。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;test-cards&#34;&gt;Test Cards&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://developer.paddle.com/concepts/payment-methods/credit-debit-card#test-payment-method&#34;&gt;https://developer.paddle.com/concepts/payment-methods/credit-debit-card#test-payment-method&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You can test cards using your Paddle sandbox account.&lt;/p&gt;&#xA;&lt;p&gt;Open a checkout, then use these card details to test payment by card:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Card type&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Card number&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;CVC&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Valid Visa debit card&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;4000 0566 5566 5556&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Valid card without 3DS&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;4242 4242 4242 4242&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Valid card with 3DS&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;4000 0038 0000 0446&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Declined card&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;4000 0000 0000 0002&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Successful initial transaction, subsequent declined transactions&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;4000 0027 6000 3184&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;步骤&#34;&gt;步骤&lt;/h2&gt;&#xA;&lt;h3 id=&#34;step-沙盒环境&#34;&gt;step 沙盒环境&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sandbox-login.paddle.com/login&#34;&gt;https://sandbox-login.paddle.com/login&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
