We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfc52a commit ce85cacCopy full SHA for ce85cac
1 file changed
src/types/transaction.d.ts
@@ -68,6 +68,7 @@ export interface TransactionBase {
68
transaction_type: 'purchase' | 'capture' | 'authorize' | 'refund'
69
status: 'complete' | 'failed' | 'pending' | 'cancelled'
70
relationships: any
71
+ failure_details?: { code?: string; reason?: string }
72
meta: {
73
display_price: {
74
amount: number
0 commit comments