PaymentResult
Normalized result returned bycharge, authorize, and capture operations. Provider-specific data is available via providerMetadata.
VaultSaaS-normalized transaction identifier.
Normalized payment status across all providers.Possible values:
'completed', 'pending', 'requires_action', 'declined', 'failed', 'cancelled', 'authorized'Name of the provider that processed the transaction (e.g. “stripe”).
Provider’s own identifier for this transaction.
Amount in smallest currency unit.
ISO 4217 currency code.
Snapshot of the payment method used.
Customer information associated with the transaction.
Merged metadata from the request and provider response.
How the provider was selected for this transaction.
ISO 8601 timestamp of when the transaction was created.
Raw provider-specific fields not mapped to the normalized schema.
RefundResult
Normalized result returned by arefund operation.
Unique refund identifier.
The original transaction that was refunded.
Status of the refund operation.
Refunded amount in smallest currency unit.
ISO 4217 currency code.
Name of the provider that processed the refund.
Provider’s own identifier for this refund.
Human-readable reason for the refund.
ISO 8601 timestamp of when the refund was created.
VoidResult
Normalized result returned by avoid (cancellation) operation.
Unique void operation identifier.
The original authorized transaction that was voided.
Status of the void operation.
Name of the provider that processed the void.
ISO 8601 timestamp of when the void was created.
TransactionStatus
Full transaction status including status history, returned bygetStatus.
Transaction identifier.
Current normalized payment status.Possible values:
'completed', 'pending', 'requires_action', 'declined', 'failed', 'cancelled', 'authorized'Name of the provider that processed the transaction.
Provider’s own identifier for this transaction.
Amount in smallest currency unit.
ISO 4217 currency code.
Chronological status changes for this transaction.
ISO 8601 timestamp of the most recent status update.