style

 input[type='checkbox'] {
     display: none;
}
 .wrap-collapsible {
     margin: 1.1rem 0;
}
 .lbl-toggle {
     display: block;
     text-align: center;
     padding: 0.8rem;
     cursor: pointer;
     border-radius: 6px;
     transition: all 0.25s ease-out;
     border: 1px solid;
}
 .lbl-toggle:hover {
     color: #adacac;
}
.lbl-toggle .icon {
  position: relative;
  top: 2px;
  left: -5px;
  transform: rotate(-90deg);
}
.toggle:checked+.lbl-toggle .icon {
     transform: rotate(0deg);
}
 .collapsible-content {
     max-height: 0px;
     overflow: hidden;
     transition: max-height .25s ease-in-out;
}
 .toggle:checked + .lbl-toggle + .collapsible-content {
     max-height: 100%;
}
 .toggle:checked+.lbl-toggle {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}

.content-inner{
    margin-top: -1.3rem;
}

# Take card payments

### Select integration type:

Hosted Payment Pages and Pay by Link
Use our **Hosted Payment Pages** for a redirect integration relieving PCI burden from you or create secure payment links to send to your customers.
Low code

Payments API
Use a **single API** for a faster integration that orchestrates value added services including FraudSight, 3DS and Token creation.
Medium code

Modular APIs
   

Use the **Card Payments** API in combination with **3DS**, **FraudSight** and **Tokens** APIs to fully control your payment flow.
High code

Card Payments

3DS

FraudSight

View all

| 
|  | Hosted Payment Pages  | Payments API  | Modular APIs  |
| Sequence diagrams |  | [View](/access/products/payments/sequence-diagrams/)  | [View](/access/products/modular/) |
| Guest card payments |  |  |  |
| Repeat payments |  |  |  |
| Recurring payments (MITs) |  | - *Industry practice MITs (e.g. reauthorization, noshow etc) - coming soon*

 |  |
| Moto |  |  |  |
| Cards |  |  |  |
| Apple Pay and Google Pay
 | - *Use of wallets for MIT setup - coming soon*

 | - *Use of wallets for MIT setup - coming soon*

 | - *3DS support for Google Pay - coming soon*

 |
| Alternative Payment Methods (APMs) |  | - via [APMs API](/access/products/apms/) - Will be offered via Payments API directly later

 | - via [APMs API](/access/products/apms/)

 |
| Network token support |  | - 'Use' only. [Tokens API](/access/products/tokens/) required for creation.

 |  |
| Fraud protection (3DS and FraudSight) |  |  |  |
| External MPI (3rd party 3DS data) |  |  |  |
| SCA Exemption support |  |  |  |
| Account Funding Transactions (AFT) |  |  |  |
| Support L2/L3 data |  |  |  |
| Prime routing |  |  |  |
| Level of customization available | [Selected features](/access/products/hosted-payment-pages/openapi/other/create#other/create/t=request&path=hostedcustomization)  | Full  | Full  |
| PCI compliance | Automatic  | Automatic with use of [SDK](/access/products/checkout)  | Automatic with use of [SDK](/access/products/checkout)  |
| Mobile support | Through web | Native SDK | Native SDK |
| Send for settlement | Automatically  | Automatically or Manually  | Automatically or Manually  |
| Geographical availability | Global  | Global  | Global  |