Verify
#
Verify RequestContent-Type: application/json
Fields marked as "No" (not required) are optional
Key | Required? | Type | Example |
---|---|---|---|
merchantReference Note: unique reference of an order assigned by the merchant. The *complete URL used on redirect, will also contain this field in the query string | Yes | string max length 128 | 9097775 |
transactionReference Note: unique reference of the transaction assigned by Latitude Checkout. The *complete URL used on redirect, will also contain this field in the query string | Yes | string max length 128 | 7k1ga0dck0cg |
gatewayReference Note: unique reference of the payment assigned by Latitude Checkout. also used for order management requests - Void, Capture and Refund The *complete URL used on redirect, will also contain this field in the query string | Yes | string max length 128 | 906f5b69-255d-4f26-a81f-ca0d2c47fe35 |
#
Verify ResponseContent-Type: application/json
Key | Present? | Type | Example |
---|---|---|---|
merchantId | Yes | string max length 128 | T123344 |
isTest Note: false for production true for sandbox environment | Yes | boolean values true, false | true |
amount Note: rounded to 2 decimal places | Yes | float | 320.00 |
currency Note: ISO 4217 standard | Yes | string values AUD, NZD | AUD |
result Note: completed – Payment approved failed – Payment declined/has errors | Yes | string values completed, failed | completed |
transactionReference Note: unique reference of the transaction assigned by Latitude Checkout | Yes | string max length 128 | abcd767623x |
gatewayReference Note: unique reference of the payment assigned by Latitude Checkout. also used for order management requests - Void, Capture and Refund | Yes | string max length 128 | 906f5b69-255d-4f26-a81f-ca0d2c47fe35 |
merchantReference Note: echo from purchase request unique reference of an order assigned by the merchant | Yes | string max length 128 | 9097775 |
transactionType Note: sale – Instant payment flow (merchant is instant settlement) authorization – Deferred payment flow (merchant is deferred settlement | Yes | string max length 128 values sale, authorization | sale |
promotionReference Note: The Interest Free Payment Plan (promotion) | Yes | string max length 128 | 2012 |
message | Yes | string max length 128 | Payment declined because of technical reasons |