RocketKOR

COMING SOON

Email Card Statements

Email a monthly statement for an issued card to a Customer. The statement will be sent to the Customer’s email address.

To email a statement, you will need:

  • ID of the integrated Financial Account linked to the issued card
  • Year and month of the statement

Endpoint

POST /v1/integrated-cards/{financialAccountId}/statements/{year}/{month}/email

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

ID of the integrated Financial Account linked to the issued card.

year  REQUIRED

string (number)

Year of the statement. For example, 2023.

month  REQUIRED

string (number)

Month of the statement. For example, January is 01.

Request Body

None

Returns

If successful, returns 202 Request to email Card Account Statement accepted.

SAMPLE RESPONSE

				
					{
  202 Request to email Card Account Statement accepted.
}