conekta / conekta-php
Conekta PHP 库
6.0.8
2024-04-24 21:14 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpstan/phpstan: 1.10.66
- phpunit/phpunit: ^9.0 || ^10.0
- dev-master
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.2
- 5.0.1
- v5.0.0
- v5.0.0-rc01
- v4.3.0
- v4.2.0
- v4.1.0
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.5.1
- v3.5.0
- v3.4.0
- V3.3.0
- v3.2.0
- 3.1.0
- v3.0.0
- v2.0.5
- v2.0.5-a
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.9.9
- v1.9.8
- 1.9.7
- v1.9.6
- v1.9.5
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- dev-dependabot/composer/phpstan/phpstan-1.12.4
- dev-dependabot/composer/phpstan/phpstan-1.12.3
- dev-url-stg
This package is auto-updated.
Last update: 2024-09-20 04:51:22 UTC
README
Conekta sdk
更多信息,请访问 https://github.com/conekta/openapi/issues.
安装与使用
要求
PHP 7.4 及以上版本。也应适用于 PHP 8.0。
Composer
要使用 Composer 安装绑定,请将以下内容添加到 composer.json
{ "repositories": [ { "type": "vcs", "url": "https://github.com/conekta/conekta-php.git" } ], "require": { "conekta/conekta-php": "*@dev" } }
然后运行 composer install
手动安装
下载文件并包含 autoload.php
<?php require_once('/path/to/conekta/vendor/autoload.php');
入门指南
请按照 安装步骤 进行操作,然后运行以下命令
<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: bearerAuth $config = Conekta\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); $apiInstance = new Conekta\Api\AntifraudApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $create_risk_rules_data = new \Conekta\Model\CreateRiskRulesData(); // \Conekta\Model\CreateRiskRulesData | requested field for blacklist rule $accept_language = es; // string | Use for knowing which language to use try { $result = $apiInstance->createRuleBlacklist($create_risk_rules_data, $accept_language); print_r($result); } catch (Exception $e) { echo 'Exception when calling AntifraudApi->createRuleBlacklist: ', $e->getMessage(), PHP_EOL; }
API 端点
所有 URI 都相对于 https://api.conekta.io
模型
- ApiKeyCreateResponse
- ApiKeyRequest
- ApiKeyResponse
- ApiKeyResponseOnDelete
- ApiKeyUpdateRequest
- BalanceCommonField
- BalanceResponse
- BlacklistRuleResponse
- ChargeOrderResponse
- ChargeOrderResponsePaymentMethod
- ChargeRequest
- ChargeRequestPaymentMethod
- ChargeResponse
- ChargeResponseChannel
- ChargeResponsePaymentMethod
- ChargeResponseRefunds
- ChargeResponseRefundsData
- ChargeUpdateRequest
- ChargesDataResponse
- Checkout
- CheckoutOrderTemplate
- CheckoutOrderTemplateCustomerInfo
- CheckoutRequest
- CheckoutResponse
- CheckoutsResponse
- CompanyFiscalInfoAddressResponse
- CompanyFiscalInfoResponse
- CompanyPayoutDestinationResponse
- CompanyResponse
- CreateCustomerFiscalEntitiesResponse
- CreateCustomerPaymentMethodsRequest
- CreateCustomerPaymentMethodsResponse
- CreateRiskRulesData
- Customer
- CustomerAddress
- CustomerAntifraudInfo
- CustomerAntifraudInfoResponse
- CustomerFiscalEntitiesDataResponse
- CustomerFiscalEntitiesRequest
- CustomerFiscalEntitiesResponse
- CustomerInfo
- CustomerInfoJustCustomerId
- CustomerInfoJustCustomerIdResponse
- CustomerPaymentMethodRequest
- CustomerPaymentMethodsData
- CustomerPaymentMethodsRequest
- CustomerPaymentMethodsResponse
- CustomerResponse
- CustomerResponseShippingContacts
- CustomerShippingContacts
- CustomerShippingContactsAddress
- CustomerShippingContactsDataResponse
- CustomerShippingContactsResponse
- CustomerShippingContactsResponseAddress
- CustomerUpdateFiscalEntitiesRequest
- CustomerUpdateShippingContacts
- CustomersResponse
- DeleteApiKeysResponse
- DeletedBlacklistRuleResponse
- DeletedWhitelistRuleResponse
- 详细信息
- DetailsError
- DiscountLinesDataResponse
- DiscountLinesResponse
- EmailCheckoutRequest
- Error
- EventResponse
- EventTypes
- EventsResendResponse
- FiscalEntityAddress
- GetApiKeysResponse
- GetChargesResponse
- GetCompaniesResponse
- GetCustomerPaymentMethodDataResponse
- GetEventsResponse
- GetOrderDiscountLinesResponse
- GetOrdersResponse
- GetPaymentMethodResponse
- GetPlansResponse
- GetTransactionsResponse
- GetTransfersResponse
- GetWebhookKeysResponse
- GetWebhooksResponse
- LogResponse
- LogsResponse
- LogsResponseData
- OrderCaptureRequest
- OrderCustomerInfoResponse
- OrderDiscountLinesRequest
- OrderFiscalEntityAddressResponse
- OrderFiscalEntityRequest
- OrderFiscalEntityResponse
- OrderNextActionResponse
- OrderNextActionResponseRedirectToUrl
- OrderRefundRequest
- OrderRequest
- OrderRequestCustomerInfo
- OrderResponse
- OrderResponseCharges
- OrderResponseCheckout
- OrderResponseCustomerInfo
- OrderResponseDiscountLines
- OrderResponseProducts
- OrderResponseShippingContact
- OrderTaxRequest
- 订单更新财务实体请求
- 订单更新请求
- 订单更新请求客户信息
- 订单列表响应
- 页面
- 分页
- 支付方式
- 银行转账支付方式
- 卡片支付方式
- 卡片支付请求
- 卡片支付响应
- 现金支付方式
- 现金支付请求
- 现金支付响应
- 通用支付请求
- 支付响应
- Spei 周期性支付方式
- Spei 请求
- 令牌请求
- 支付
- 支付方式
- 支付订单
- 支付订单支付项
- 支付订单响应
- 支付订单响应客户信息
- 支付订单列表响应
- 计划请求
- 计划响应
- 计划更新请求
- 产品
- 产品数据响应
- 产品订单响应
- 风险规则数据
- 风险规则列表
- 运输订单响应
- 运输请求
- 短信结账请求
- 订阅事件响应
- 订阅请求
- 订阅响应
- 订阅更新请求
- 令牌
- 令牌卡片
- 令牌结账
- 令牌响应
- 令牌结账响应
- 交易响应
- 转账目的地响应
- 转账方式响应
- 转账响应
- 转账列表响应
- 更新客户
- 更新客户反欺诈信息
- 更新客户财务实体响应
- 更新客户支付方式响应
- 更新订单折扣行请求
- 更新订单税费请求
- 更新订单税费响应
- 更新支付方式
- 更新产品
- WebhookKey创建响应
- WebhookKey删除响应
- WebhookKey请求
- WebhookKey响应
- WebhookKey更新请求
- Webhook日志
- Webhook请求
- Webhook响应
- Webhook更新请求
- 白名单规则响应
授权
为API定义的认证方案
bearerAuth
- 类型: 带令牌认证
测试
要运行测试,请使用
composer install vendor/bin/phpunit
作者
关于此包
此PHP包是由OpenAPI Generator项目自动生成的
- API版本:
2.1.0
- 包版本:
6.0.8
- 生成器版本:
7.5.0
- 包版本:
- 构建包:
org.openapitools.codegen.languages.PhpClientCodegen