Get

Overview

The get method retrieves the current status of a payment from the payment processor.

Business Use Case: A webhook was missed. Check the actual status with the processor before fulfilling.

Purpose

Scenario
Benefit

Webhook fallback

Poll when webhooks fail

Reconciliation

Sync payment states

Request Fields

Field
Type
Required
Description

merchantTransactionId

string

Yes

Your unique transaction reference

connectorTransactionId

string

Yes

Connector's transaction ID

Response Fields

Field
Type
Description

merchantTransactionId

string

Your reference

connectorTransactionId

string

Connector's transaction ID

status

PaymentStatus

Current status

amount

Money

Payment amount

statusCode

int

HTTP status code

Example

SDK Setup

Request

Response

Next Steps

Last updated

Was this helpful?