This event will be held in Japanese, as business-level Japanese is required for related positions.
On Saturday, July 26, 2025, we will host “ONE.”, an in-person recruitment meetup where you can experience the business and culture of the PayPay Group.
PayPay is a FinTech company that launched its services in 2018 and has since surpassed 69 million users (as of May 2025) in approximately seven years.
Starting as a payment service, PayPay has now evolved into a digital financial platform, creating unprecedented user-first financial services, including credit, banking, securities, and insurance.
This event is an in-person recruitment meetup where you can experience the business and culture of the PayPay Group.
On the day of the event, at the PayPay Yotsuya Office, we will share the PayPay Group’s business vision, culture, work environment, and work styles through talk sessions, networking events, and individual casual interviews with leaders from the Financial Business, Business Planning & New Services, and Engineering domains.
Please feel free to join us.
July 26, 2025 (Sat) HIRING MEETUP “ONE.”
Event Overview
Date & Time:Saturday, July 26, 2025, 13:00 Start
Location:PayPay Yotsuya Office
Participating Companies:PayPay, PayPay Card, PayPay Bank, CreditEngine
【Recommended for】
- Those with experience in the financial industry
- Those with experience in business planning or new service planning
- Those with engineering experience, such as development engineers
- Those interested in a career in the FinTech domain
Please see the tabs below for event details.
Part 1. Understanding PayPay’s Business
- 13:00〜13:15
-
Breaking “The Norms of Insurance” at PayPay’s Speed: Behind the Scenes of PayPay Insurance’s Challenges and Evolution
Tetsuya Ueda
Senior Manager, Insurance Business Development Department, Finance Business Strategy Division, PayPay Corporation
- 13:15~13:30
-
BEYOND DATA SCIENCE
– Delivering inspiring experiences to all PayPay users with the power of data –Danyi Qian
Consumer Credit Team, Financial Strategy Division, PayPay Corporation
- 13:30~14:00
-
Go Beyond Payments! New Business Initiatives by a Payment Platform
Taiki Danno
Senior Manager, Service Planning Department, Merchant Business Strategy Division, PayPay Corporation
Satoshi Yabuta
Senior Manager, Service Promotion Department, Merchant Business Strategy Division, PayPay Corporation
Jun Nagahama
Senior Manager, Business Operations Department, Merchant Business Strategy Division, PayPay Corporation
Part 2. Understanding PayPay’s Organization and Culture
- 14:15〜14:45
-
Company Introductions: Lightning Talk
We’ll introduce each company’s organization and culture in a booth format.
Speakers: PayPay / PayPay Card / PayPay Bank / Credit Engine
- 14:50~15:10
-
Panel Discussion: “PayPay Culture for Creating a Future Beyond Imagination”
We’ll discuss the PayPay culture that enables us to deliver new financial services to users at overwhelming speed.
Tetsuya Ueda
Senior Manager, Insurance Business Development Department, Finance Business Strategy Division, PayPay Corporation
Jun Nagahama
Senior Manager, Business Operations Department, Merchant Business Strategy Division, PayPay Corporation
Fumiaki Fujita
Senior Manager, System Development Department, System Division, PayPay Corporation
Tatsuya Hashimura
Manager, Receivables Management Development Group, Business System Development Department, System Division, PayPay Card Corporation
- 15:10~16:00
-
Networking
- 16:30
-
End
Part 1. Understanding PayPay’s Business
- 13:00〜13:30
-
Pursuing Business Growth through Business System Development: The System Development Department Supporting PayPay’s Business Speed
Fumiaki Fujita
Senior Manager, System Development Department, System Division, PayPay Corporation
Junpei Furuyama
Leader, Process Automation Team, System Development Department, System Division, PayPay Corporation
Sho Hoshino
Leader, User Risk & Monitoring Team, System Development Department, System Division, PayPay Corporation
- 13:30~14:00
-
PayPay Card’s Product Organization: Overturning Credit Card Industry Norms and Pioneering the “Future of Payments”
Kenta Mikami
Division Head, Growth Product Division, PayPay Card Corporation
Part 2. Understanding PayPay’s Organization and Culture
- 14:15〜14:45
-
Company Introductions: Lightning Talk
We’ll introduce each company’s organization and culture in a booth format.
Speakers: PayPay / PayPay Card / PayPay Bank / Credit Engine
- 14:50~15:10
-
Panel Discussion: “PayPay Culture for Creating a Future Beyond Imagination”
We’ll discuss the PayPay culture that enables us to deliver new financial services to users at overwhelming speed.
Tetsuya Ueda
Senior Manager, Insurance Business Development Department, Finance Business Strategy Division, PayPay Corporation
Jun Nagahama
Senior Manager, Business Operations Department, Merchant Business Strategy Division, PayPay Corporation
Fumiaki Fujita
Senior Manager, System Development Department, System Division, PayPay Corporation
Tatsuya Hashimura
Manager, Receivables Management Development Group, Business System Development Department, System Division, PayPay Card Corporation
- 15:10~16:00
-
Networking
- 16:30
-
End
Special Notes
- On-site reception will be from 12:30 PM to 1:00 PM. Please proceed to the reception desk on the 23rd floor of the office within this time.
- Seating at the venue is limited. Please be aware that participation may be determined by lottery depending on the number of applications.
- The content of this event may be featured later on media such as the organizer’s blog. Photos (including captures) of the event’s atmosphere on the day will be published in a way that does not identify individuals. Thank you for your understanding.
- The handling of personal information obtained through this event, including pre/post-event surveys, will be in accordance with our company’s privacy policy. Please confirm and agree via the application form before participating.
July 26, 2025 (Sat) HIRING MEETUP “ONE.”
$(document).ready(function(){
$(window).on('load scroll', function() { scrollfunc(); });
setTab(); });
function setTab() { if($("[data-career-tab]").length == 0){return false;}
//初期アクティブ var num = $("[data-career-tab-navi]").attr('data-career-tab-navi');
queries = getUrlQueries(); if(queries['day'] == 'day2'){ $("[data-career-tab-navi] > div").eq(1).addClass("active") $("[data-career-tab-item] > div").eq(1).addClass("active") $("#day2spbody").show(); $("#day2spbtn").addClass('open'); } else if(queries['day'] == 'day3'){ $("[data-career-tab-navi] > div").eq(2).addClass("active") $("[data-career-tab-item] > div").eq(2).addClass("active") $("#day3spbody").show(); $("#day3spbtn").addClass('open'); } else if(queries['day'] == 'day1'){ $("[data-career-tab-navi] > div").eq(0).addClass("active") $("[data-career-tab-item] > div").eq(0).addClass("active") $("#day1spbody").show(); $("#day1spbtn").addClass('open'); } else{ $("[data-career-tab-navi] > div").eq(num).addClass("active") $("[data-career-tab-item] > div").eq(num).addClass("active") }
// スマホ時クリックイベント $(".career-lp-patrs-tab__accordionBtn").each(function (index,element) { //if($(this).parent().hasClass("active")){return false;} $(element).on('click', function(){
//if($(this).parent().hasClass("active")){return false;} $("[data-career-tab-navi] > div").each(function (n,ele) { $(this).removeClass("active") if(index == n){ $(this).addClass("active")
} })
$("[data-career-tab-item] > div").each(function (n,ele) { //$(this).removeClass("active")
if(index == n){ //$(this).addClass("active") if($(this).find(".career-lp-patrs-tab__item-body").css("display")=="block"){ $(element).removeClass('open') }else{ $(element).addClass('open') } $(this).find(".career-lp-patrs-tab__item-body").slideToggle(600,"linear"); } })
}) })
$(".career-lp-patrs-tab__item-closeBtn").each(function (index,element) { $(element).on('click', function(e){ var $target = $(e.target).eq(0).parent(); var $btn = $(e.target).eq(0).parent().parent().find(".career-lp-patrs-tab__accordionBtn"); $target.fadeOut(100,function(){ $(window).scrollTop($btn.offset().top - 100); }); $btn.removeClass('open') }) })
// PC用クリックイベント $("[data-career-tab-navi] > div").each(function (index,element) {
$(element).on('click', function(){ if($(this).hasClass("active")){return false;} $("[data-career-tab-navi] > div").each(function (n,ele) { $(this).removeClass("active") if(index == n){ $(this).addClass("active") } })
$("[data-career-tab-item] > div").each(function (n,ele) { $(this).hide() if(index == n){ $(this).fadeIn(400); } })
}) })
}
function getUrlQueries() { var queryStr = window.location.search.slice(1); // 文頭?を除外 queries = {}; // クエリがない場合は空のオブジェクトを返す if (!queryStr) {return queries;} // クエリ文字列を & で分割して処理 queryStr.split('&').forEach(function(queryStr) { // = で分割してkey,valueをオブジェクトに格納 var queryArr = queryStr.split('='); queries[queryArr[0]] = queryArr[1]; }); return queries; }
const scrollfunc = () =>{ var elemSec = '.footer';
var position = $(window).scrollTop(), winH = $(window).height(), thisOffset = $(elemSec).offset().top, animPos = position + (winH / 1.2) > thisOffset;
if(animPos) { $(".adulation").fadeOut(400) } else{ $(".adulation").fadeIn(400) } }

