PaymentIntentInterface
interface PaymentIntentInterface implements ResourceInterface, RetrieveInterface, UpdateInterface, ListAllInterface
Methods
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