πŸ”’Get payment data

Fetch payment by ID

get

Fetch payment by ID. The payment ID is provided in the response of POST /payments.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

^FRX-API api-key=[^,]+,signature=[^,]+,timestamp=[\d]+$

Path parameters
paymentIdstring Β· uuidRequired

The payment ID to search by.

Responses
chevron-right
200

Returns the payment with the specified ID.

application/json
paymentIdstring Β· uuidRequired
clientPaymentIdstringRequired

Payment identifier provided by the merchant in the request body of POST /payments.

businessIdstring Β· uuidRequired
localestringRequired

Locale code.

statusstring Β· enumRequiredPossible values:
rateTypestring Β· enumRequiredPossible values:
typestring Β· enumRequiredPossible values:
urlstring Β· urlRequired

Checkout link.

overpaymentPolicystring Β· enumOptionalPossible values:
refundFollowUpDepositsForOneTimePaymentsbooleanOptional
walletAddressstringOptional

Wallet address where the cryptocurrency amount should be deposited.

destinationTagstringOptional

XLM/XRP destination tag.

displayCurrencystring Β· enumOptional

Fiat currency.

Possible values:
expectedDisplayAmountstringOptional

Amount in displayCurrency requested for this payment.

expectedDisplayDistributedUserServiceFeestringOptional

Distributed service fee amount in displayCurrency requested for this payment.

actualDisplayAmountstringRequired

Actual amount deposited in displayCurrency.

depositCurrencystring Β· enumOptional

The selected cryptocurrency.

Possible values:
expectedNetworkstring Β· enumOptional

The selected network.

Possible values:
expectedDepositAmountstringOptional

Amount in depositCurrency to be deposited to fulfill the required amount in displayCurrency.

expectedDepositDistributedUserServiceFeestringOptional

Distributed service fee amount in depositCurrency requested for this payment.

actualDepositAmountstringRequiredDeprecated

Deprecated. Actual amount deposited by the end user. The actual currency may be different than depositCurrency. For actual amount and currency use the nested deposits.

expectedUniformAmountstringOptional

Expected deposit amount in EUR.

actualUniformAmountstringRequired

Actual deposit amount in EUR.

userServiceFeeDistributionPercentagestringRequired

Percentage of the service fee covered by the user.

redirectUrlstringOptional

Custom URL where the user will be redirected after payment completion.

redirectModestring Β· enumOptional

Specifies how to open the redirect URL

Possible values:
expirationMinutesinteger Β· int64Required

Timeframe in which the deposit should succeed.

paymentRequestedAtinteger Β· int64Optional

UNIX seconds at which the payment was requested.

paymentInitiatedAtinteger Β· int64Required

UNIX seconds at which the payment was initiated.

get
/v1/payments/{paymentId}
200

Returns the payment with the specified ID.

Last updated

Was this helpful?