Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Stripe
ThreeDSecure
PHP Class Stripe\ThreeDSecure
Inheritance:
extends
stripe\ApiResource
ファイルを表示
Open project: stripe/stripe-php
Class Usage Examples
Public Methods
Method
Description
classUrl
( ) :
string
create
(
array
|
null
$params
= null,
array
|
string
|
null
$opts
= null ) :
ThreeDSecure
retrieve
(
string
$id
,
array
|
string
|
null
$options
= null ) :
ThreeDSecure
Method Details
classUrl()
public
static
method
public
static
classUrl
( ) :
string
return
string
The endpoint URL for the given class.
create()
public
static
method
public
static
create
(
array
|
null
$params
= null,
array
|
string
|
null
$opts
= null ) :
ThreeDSecure
$params
array
|
null
$opts
array
|
string
|
null
return
ThreeDSecure
The created 3D Secure object.
retrieve()
public
static
method
public
static
retrieve
(
string
$id
,
array
|
string
|
null
$options
= null ) :
ThreeDSecure
$id
string
The ID of the 3DS auth to retrieve.
$options
array
|
string
|
null
return
ThreeDSecure