Complete payment

This endpoint allows the user to complete a payment with the given payment reference.

This endpoint allows the user to continue a payment with the given payment reference.

The endpoint /v1/payment/pay/:payment_reference/complete is a POST request to complete a card payment. No request body parameters are required for this request.

POST: v1/payment/pay/:payment_reference/complete

Params

Name
Type
Description

payment_reference

string

The payment reference that was generated when initializing payment

Headers

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"
}

Last updated