Get Link
Retrieves detailed information about a specific payment link. Returns the current status, expiration, selected payment method, and service provider details.
Response Fields
status: Current payment status (see LinkStatus enum for possible values)is_expired: Whether the link has expiredpayment_method: Details of the selected payment method (if user has selected one)service_provider: Details of the selected bank (if user has selected one)
Body Parameters
API client identifier
API client secret for authentication. Required for internal (non-OAuth2) authentication mode (e.g., test-only). Not required when using OAuth2 (Bearer token) authentication.
UUID of the payment link to retrieve
Response
Response Attributes
Payment link lifecycle status:
created: Link created via API, not yet accessed by userstarted: Link accessed, payment session createdrequested: User pressed Pay button, payment intent submission initiatedintent_accepted: Payment intent sent and accepted by bank, SCA URL retrievedawaiting_authz: User opened bank SCA URL for authenticationreceived
createdstartedrequestedintent_acceptedawaiting_authzreceivedsubmittedcompletedfailedrevoked... 2 other enums
Timestamp when the link expires
Whether the link has expired
Name of the API client application
Internal UUID identifier for the payment link
Public identifier for the link
URL for completing the payment (null for direct_sca type)
Unique identifier for the API request
Selected payment method details (available after user selection)
ShowΒ child attributes
Selected bank/provider details (available after user selection)
ShowΒ child attributes
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 400 errors:
bad_request: Generic validation or request errorvalidation_error: Request payload validation failedinvalid_input: Invalid input data providedunprocessable_entity: Valid request but cannot be processedcooldown_failed: Data refresh cooldown period not yet elapsedconsent_not_active: Consent is not usable...
bad_requestvalidation_errorinvalid_inputunprocessable_entitycooldown_failedconsent_not_activemethod_selection_errormethod_input_validation_errorlink_expiredHuman-readable error message
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 401 errors:
unauthorized: Authentication failed or insufficient permissions
unauthorizedHuman-readable error message
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 404 errors:
not_found: Generic resource not foundconsent_not_found: Specified consent does not existjob_not_found: Specified job does not exist or outside accessible date range
not_foundconsent_not_foundjob_not_foundHuman-readable error message