Skip to main content

Payment status

GET 

/v1/payments/:paymentId/status

Retrieve payment status after the payment request has been submitted.

Request

Path Parameters

    paymentId stringrequired

    Possible values: >= 16 characters and <= 16 characters, Value must match regular expression ^([a-zA-Z0-9]{4}(-[a-zA-Z0-9]{3}){3})$

    Unique ID of a payment generated by Paynow

Header Parameters

    User-Agent string

    The User-Agent request header contains a characteristic string that allows the network protocol peers to identify the application type, operating system, software vendor or software version of the requesting software user agent.

    Accept stringrequired

    The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Can be set to */*.

Responses

Success

Schema

    paymentId paymentIdrequired

    Unique ID of a payment generated by Paynow

    status PaymentStatus (string)required

    Current status of the payment. More information you can find here.

    Possible values: [ABANDONED, CONFIRMED, ERROR, EXPIRED, NEW, PENDING, REJECTED]

Loading...