diff --git a/integrations/payments/overview.mdx b/integrations/payments/overview.mdx index ebd340a3..108f26c4 100644 --- a/integrations/payments/overview.mdx +++ b/integrations/payments/overview.mdx @@ -64,8 +64,8 @@ the card number and cvc stay outside the agent-controlled environment. the brows href="/integrations/payments/agentcard" icon="credit-card" > - enroll a card with Agentcard and approve each checkout while the request is - held. + add users' cards to agentcard's vault. the user approves each transaction + with Face ID and earns points on the purchase. @@ -77,13 +77,15 @@ the card number and cvc stay outside the agent-controlled environment. the brows | behavior | stripe link | agentcard | | ------------------------- | -------------------------------------------------------- | ------------------------------------------------------------------- | -| payment-method collection | hosted `link_oauth` action | hosted `card_enrollment` action | -| purchase authorization | explicit `authorize` operation before checkout | approval begins when the browser submits checkout | -| payment handoff | one-use credential substituted at egress | provider executes the held request and returns the response | -| reuse | card item and aliases are consumed on first substitution | card item and aliases remain reusable; each checkout needs approval | +| payment-method collection | hosted `link_oauth` action | fully white-labeled `card_enrollment` page | +| purchase authorization | explicit `authorize` operation before checkout | the user approves with Face ID | +| payment handoff | one-use credential substituted at egress | agentcard executes the request and returns the response | +| reuse | card item and aliases are consumed on first substitution | cards can be reused for recurring and one-time purchases | | environment | live only | configured agentcard credential; not exposed through the vault api | -choose [stripe link](/integrations/payments/stripe-link) when each purchase needs a newly approved, one-use credential. choose [agentcard](/integrations/payments/agentcard) when the same enrolled card must support multiple separately approved purchases. +choose [stripe link](https://hypeship.dev/integrations/payments/stripe-link) when each purchase requires a newly approved, single-use credential. choose [agentcard](https://hypeship.dev/integrations/payments/agentcard) when one enrolled card must support multiple purchases, with separate approval for each. + +both integrations may provide additional benefits, including card rewards and chargeback protection. review each provider’s own documentation for the most up-to-date details. ## Checkout and processor coverage