Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 273 Bytes

card.md

File metadata and controls

14 lines (11 loc) · 273 Bytes

< Altapay - PHP Api - Card

To create a credit card, which you can use to some calls

$card = new \Altapay\Request\Card(
    'card number',
    'expiry month',
    'expiry year',
    'cvc code if needed'
);