Copy
Ask AI
type PaymentRail =
| "ach_push"
| "ach_pull"
| "sepa"
| "faster_payments"
| "wire"
| "solana"
| "smart_account";
type PaymentRail =
| "ach_push"
| "ach_pull"
| "sepa"
| "faster_payments"
| "wire"
| "solana"
| "smart_account";
Was this page helpful?