Search for a previously created LinX session to send money to a Customer’s debit card. You can search based on filters such as the Customer name, phone number, and email address; the session status; and the date the session was created.
Note The search is limited to LinX sessions for the Business Account associated with the request access token.
GET /v1/linx/send
Authorization: Bearer <access_token>
name
string
Filter results based on the Customer’s name. Searches the customer.firstName and customer.lastName fields.
phoneNumber
string
Filter results based on the Customer’s full phone number. Partial phone numbers are not accepted.
string
Filter results based on the Customer’s email address.
createdAt
string, required format: YYYY-MM-DD
Filter the results by the date the LinX session was created in the RocketKOR system.
expiry
string, required format: YYYY-MM-DD
Filter the results by the date the LinX session will expire.
status
string enum, values: ACTIVE, CANCELLED, COMPLETED, DECLINED, EXPIRED
Filter the results by the status of the LinX session. The following values are supported:
timeZone
string (timeZone), default: UTC
Time zone for the createdAt and expiry filters. The following values are supported:
page
integer (int32), default value: 1
Page number to return. Uses one-based indexing.
size
integer (int32), default value: 30
Maximum number of results to return per page.
None
Returns a paginated response with an array of LinX sessions matching the request filters. The following fields are returned.
requestId
string
Reference ID for the LinX request.
name
string
Customer’s first and last name.
string
Customer’s email address.
phoneNumber
string
Customer’s phone number.
status
string enum, values: ACTIVE, CANCELLED, COMPLETED, DECLINED, EXPIRED
Status of the LinX session. The following values are supported:
createdAt
string, required format: YYYY-MM-DD
Date the LinX session was created in the RocketKOR system.
createdBy
string (UUID)
ID of the Customer that requested the LinX session.
SAMPLE RESPONSE
{
"result": [
{
"requestId": "93f1e6dd-5dc7-4660-91cc-5cb949b74c6d",
"name": "John Smith",
"email": "jsmith@abc.com",
"phoneNumber": "55512345678",
"status": "ACTIVE",
"createdAt": "2023-02-01T17:40:22.601Z",
"createdBy": "Jane Doe"
},
{...},
{...}
],
"totalElements": 3
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.