Skip to content

feat: add FedEx multi-factor authentication registration support - #649

Merged
Justin Hammond (Justintime50) merged 2 commits into
masterfrom
EXP-797_fedex_2fa_registration
Feb 12, 2026
Merged

feat: add FedEx multi-factor authentication registration support#649
Justin Hammond (Justintime50) merged 2 commits into
masterfrom
EXP-797_fedex_2fa_registration

Conversation

@Justintime50

@Justintime50 Justin Hammond (Justintime50) commented Feb 11, 2026

Copy link
Copy Markdown
Member

Ports the work from EasyPost/easypost-java#367 to here.

Closes #648

Add native FedEx 2FA registration endpoints to eliminate the need for manual curl commands during carrier account setup.

This implementation adds:
- FedExRegistrationService with four endpoints: RegisterAddress, RequestPin, ValidatePin, and SubmitInvoice
- FedExAccountValidationResponse and FedExRequestPinResponse models
- Auto-generation of UUID for required 'name' parameter when not provided
- Comprehensive mock-based test coverage

Related to: EXP-797

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Justintime50
Justin Hammond (Justintime50) merged commit 9f13d06 into master Feb 12, 2026
18 checks passed
@Justintime50
Justin Hammond (Justintime50) deleted the EXP-797_fedex_2fa_registration branch February 12, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[Feat]: Include new FedEx MFA API methods

2 participants