$orqex->attempts().
List & retrieve
Reading the outcome
Methods
| Method | Returns |
|---|---|
all(string $intentId, array $params = [], $opts = null) | Collection<PaymentAttempt> |
retrieve(string $intentId, string $attemptId, $opts = null) | PaymentAttempt |
Read the attempts of a payment intent with the PHP SDK.
$orqex->attempts().
| Method | Returns |
|---|---|
all(string $intentId, array $params = [], $opts = null) | Collection<PaymentAttempt> |
retrieve(string $intentId, string $attemptId, $opts = null) | PaymentAttempt |