Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions integrations/payments/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Card>
</CardGroup>

Expand All @@ -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鈥檚 own documentation for the most up-to-date details.

## Checkout and processor coverage

Expand Down
Loading