interface PaymentIntentInterface implements ResourceInterface, RetrieveInterface, UpdateInterface, ListAllInterface

Methods

string
getId()

No description

mixed
retrieve(string $id)

No description

mixed
update(string $id, array $data)

No description

listAll(array $arguments)

No description

create(array $allowedSourceTypes, int $amount, array $arguments = [], string $key = null, string $currency = 'usd')

No description

confirm(string $id, array $arguments = [])

No description

capture(string $id, array $arguments = [])

No description

cancel(string $id, array $arguments = [])

No description

Details

in Identifiable at line 7
string getId()

Return Value

string

in RetrieveInterface at line 15
mixed retrieve(string $id)

Parameters

string $id

Return Value

mixed

in UpdateInterface at line 16
mixed update(string $id, array $data)

Parameters

string $id
array $data

Return Value

mixed

in ListAllInterface at line 7
listAll(array $arguments)

Parameters

array $arguments

at line 12
PaymentIntentInterface create(array $allowedSourceTypes, int $amount, array $arguments = [], string $key = null, string $currency = 'usd')

Parameters

array $allowedSourceTypes
int $amount
array $arguments
string $key
string $currency

Return Value

PaymentIntentInterface

at line 14
PaymentIntentInterface confirm(string $id, array $arguments = [])

Parameters

string $id
array $arguments

Return Value

PaymentIntentInterface

at line 16
PaymentIntentInterface capture(string $id, array $arguments = [])

Parameters

string $id
array $arguments

Return Value

PaymentIntentInterface

at line 18
PaymentIntentInterface cancel(string $id, array $arguments = [])

Parameters

string $id
array $arguments

Return Value

PaymentIntentInterface