> For the complete documentation index, see [llms.txt](https://docs.vesicash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vesicash.com/api-documentation/payments/complete-a-card-payment.md).

# Complete a card payment

The endpoint is used to complete a card payment.

<mark style="color:green;">POST:</mark> <https://api.gateway.redstonepgs.com/v1/payment/complete-3ds/:payment\\_reference>

#### <kbd>Headers</kbd>

| Name       | Type   | Description              |
| ---------- | ------ | ------------------------ |
| secret-key | string | Your Vesicash secret key |
| public-key | string | Your Vesicash public key |

#### Response

```
{
    "status": "success",
    "code": 200,
    "message": "success",
    "data": "payment sent for processing"
}
```

The capture\_token will be used to initialize the microform on the Generate card payment token endpoint.
