A provider is one account a customer connects: a bank, a corporate card platform, a crypto account, a shopping wallet. Your app declares which providers it integrates when you register it, and the consent page offers at most those.
Several providers connected by one customer make up their Wallet.
What can be connected
Capability is the provider’s, not Payman’s. Do not rule a request out in your prompt because it sounds like it belongs to a different kind of institution. Call the tool and let the answer say.
How a customer connects one
Whatever it is, it goes in on Payman’s own pages. Your app never sees it.
Naming one in an instruction
Saying the provider routes the turn to it: “pay Acme from Brex”, “send $50 with my Coinbase”, “buy it with my Link wallet”. Payman matches whole words, so “LinkedIn” and a pasted URL never count as Link.
You can also name it outside the sentence, with the provider option on run(). See the Wallet.
Sandbox and live
Durango is the only sandbox provider. A sandbox app offers Durango and nothing else. Every other provider is live.
Coinbase has no sandbox anywhere. Coinbase does not offer a customer-facing test environment, so a Coinbase connection moves real money the first time it is used. There is no safe version of it to try.
More on the two environments in Keys and environments.