Capture

PUT/n1/merchant/{merchantId}/payment/{paymentId}/capture

MEDIA TYPE: application/json
amount
number

Transaction Amount. Expressed as a decimal number in the units of the currency. For example 12.34 in USD is the amount 12 dollars and 34 cents. Must be a string consisting of characters 0-9 and '.' representing a valid decimal number. Length: 1-14 characters.

example: 589.75
nullable
currency
string

The currency of the transaction expressed as an ISO 4217 alpha code, e.g. USD. Must consist of uppercase letters A-Z only. Length: exactly 3 characters.

example: "USD"
nullable

RESPONSE SCHEMA: application/json
id
string
example: "10f6b2cd-1082-3fc9-be89-acdcd323d728"
operation
string
example: "CAPTURE"
type
string
example: "CAPTURE"
result
string
example: "SUCCESS"
amount
number
example: 786.28
currency
string
example: "USD"

authorizationAdjustmentActions
string
example: "INCREMENT"
gatewayCode
string
example: "APPROVED"
avsCode
string
example: "ADDRESS_MATCH"
cscCode
string
example: "MATCH"
stan
string
example: "221364"
source
string
example: "INTERNET"
terminal
string
example: "uitvn"

Request

shell
https://api.prahsys.com/payments/n1/merchant/{merchantId}/payment/{paymentId}/capture
Loading…

Response