export type RefuseStatus = | 'acquirer' | 'antifraud' | 'internal_error' | 'no_acquirer' | 'acquirer_timeout';