Continue payment

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

The endpoint {{redstone-api}}/v1/payment/pay/:payment_reference/continue is a POST request to continue a card payment. No request body parameters are required for this request.

POST /v1/payment/pay/:payment_reference/continue

Headers

Name
Type
Description

public-key

String

Your Redstone public key

Response

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

Last updated