The x402 endpoint can return multiple forms of payment accepted in the accepts array. The React component currently defaults to using accepts[0]. Instead of this default, allow the user to choose a payment method. Should show wallet balance for all accepted payment methods.
The x402 endpoint can return multiple forms of payment accepted in the
acceptsarray. The React component currently defaults to usingaccepts[0]. Instead of this default, allow the user to choose a payment method. Should show wallet balance for all accepted payment methods.