sample-code-php:该存储库包含工作代码示例,这些示例演示php与Authorize.Net API的集成

时间:2024-05-26 15:34:52
【文件属性】:

文件名称:sample-code-php:该存储库包含工作代码示例,这些示例演示php与Authorize.Net API的集成

文件大小:98KB

文件格式:ZIP

更新时间:2024-05-26 15:34:52

PHP

Authorize.Net SDKPHP示例代码 此存储库包含工作代码示例,这些示例演示了PHP与集成。 就像我们的一样,这些样本按类别和常见用法示例进行组织。 我们的API参考指南是Authorize.Net API的交互式参考。 它解释了每种API方法的请求和响应参数,并具有嵌入式代码窗口,可让您直接在《 API参考指南》中发送实际请求。 使用示例代码 样本都是完全独立且独立的。 您可以分析它们以了解特定方法的工作原理,也可以将代码片段用作自己项目的起点。 您也可以直接从命令行运行每个样本。 从命令行运行示例 克隆此存储库: $ git clone https://github.com/AuthorizeNet/sample-code-php.git 在存储库的根目录中使用“更新”选项运行composer。 $ composer update 按名称运行各个样本。


【文件预览】:
sample-code-php-master
----composer.json(108B)
----.travis.yml(681B)
----composer.json.sdk-dev(201B)
----CustomerProfiles()
--------delete-customer-profile.php(2KB)
--------get-customer-profile-ids.php(2KB)
--------get-customer-payment-profile.php(2KB)
--------create-customer-profile-from-transaction.php(2KB)
--------update-customer-payment-profile.php(4KB)
--------create-customer-payment-profile.php(3KB)
--------create-customer-shipping-address.php(3KB)
--------update-customer-shipping-address.php(3KB)
--------delete-customer-payment-profile.php(2KB)
--------delete-customer-shipping-address.php(2KB)
--------update-customer-profile.php(5KB)
--------create-customer-profile.php(4KB)
--------get-customer-payment-profile-list.php(3KB)
--------create-customer-profile-with-accept-nonce.php(4KB)
--------validate-customer-payment-profile.php(2KB)
--------get-customer-shipping-address.php(3KB)
--------get-customer-profile.php(4KB)
----Sha512()
--------compute_trans_hashSHA2.php(724B)
----RecurringBilling()
--------get-subscription-status.php(2KB)
--------update-subscription.php(2KB)
--------get-list-of-subscriptions.php(2KB)
--------create-subscription-from-customer-profile.php(3KB)
--------create-subscription.php(3KB)
--------get-subscription.php(3KB)
--------cancel-subscription.php(2KB)
----AcceptSuite()
--------get-an-accept-payment-page.php(3KB)
--------create-an-accept-payment-transaction.php(6KB)
--------get-accept-customer-profile-page.php(2KB)
----constants()
--------SampleCodeConstants.php(160B)
----MobileInAppTransactions()
--------create-an-accept-transaction.php(5KB)
--------create-an-apple-pay-transaction.php(7KB)
--------create-an-android-pay-transaction.php(6KB)
----PaymentTransactions()
--------capture-previously-authorized-amount.php(3KB)
--------debit-bank-account.php(4KB)
--------authorize-credit-card.php(6KB)
--------create-chase-pay-transaction.php(4KB)
--------refund-transaction.php(3KB)
--------void-transaction.php(3KB)
--------credit-bank-account.php(4KB)
--------charge-tokenized-credit-card.php(4KB)
--------capture-funds-authorized-through-another-channel.php(3KB)
--------update-split-tender-group.php(2KB)
--------charge-customer-profile.php(4KB)
--------charge-credit-card.php(6KB)
----LICENSE(1KB)
----VisaCheckout()
--------decrypt-visa-src-data.php(4KB)
--------create-visa-src-transaction.php(6KB)
----TestRunner.php(17KB)
----PayPalExpressCheckout()
--------authorization-and-capture.php(4KB)
--------authorization-only.php(4KB)
--------credit.php(4KB)
--------authorization-and-capture-continued.php(4KB)
--------prior-authorization-capture.php(3KB)
--------authorization-only-continued.php(4KB)
--------get-details.php(4KB)
--------void.php(3KB)
----SampleCodeList.txt(2KB)
----.gitignore(625B)
----phpunit.xml.dist(2KB)
----README.md(2KB)
----TransactionReporting()
--------get-unsettled-transaction-list.php(2KB)
--------get-transaction-details.php(2KB)
--------get-customer-profile-transaction-list.php(2KB)
--------get-account-updater-job-details.php(4KB)
--------get-merchant-details.php(2KB)
--------get-account-updater-job-summary.php(2KB)
--------get-settled-batch-list.php(3KB)
--------get-batch-statistics.php(3KB)
--------get-transaction-list.php(2KB)
----FraudManagement()
--------get-held-transaction-list.php(2KB)
--------approve-or-decline-held-transaction.php(3KB)

网友评论