Stay up-to-date with the latest improvements, new features, and changes to the Redpin Platform API.
We regularly update our API to provide better functionality and security. All changes are backwards compatible unless explicitly noted.
What’s in a changelog entry?
Each changelog entry includes:
- Summary: Overview of the release
- New Features: Fresh functionality added to the API
- Bug Fixes: Issues resolved in this version
- Breaking Changes: Any changes that might affect existing integrations
Summary
🚀 New API Endpoints: Added the “Create Quote” and “Get Recipient Details” APIs to the B2B API suite, enabling businesses to request currency quotations and retrieve recipient information for seamless payment processing.
The Create Quote and Get Recipient Details APIs are now available for integration. These endpoints provide comprehensive quote creation and recipient management capabilities for seamless international payment processing.
New Features
Create Quote API
- Endpoint:
POST /v1/customers/:customer_id/quotes
- Purpose: Request fixed price quotations for currency exchange
- Key Features:
- Supports both BUY and SELL fixed side scenarios
- Validates currency codes and amount precision
- Returns comprehensive quote details with expiry timestamps
- Provides real-time exchange rates and converted amounts
- Includes detailed validation for supported currency combinations
Get Recipient Details API
- Endpoint:
GET /v2/customers/:customer_id/recipients/:recipient_id
- Purpose: Retrieve detailed recipient information for payment processing
- Key Features:
- Returns complete recipient profile including bank details
- Supports both Individual and Corporate recipient types
- Includes address validation and formatting standards
- Provides comprehensive bank account information (IBAN, SWIFT, routing codes)
- Returns recipient status and validation information
Technical Features
- Authentication: OAuth 2.0 Bearer token authentication required
- Validation: Comprehensive input validation with detailed error messages
- Documentation: Complete API documentation with practical examples
- Error Handling: Detailed error responses with field-level information
- Examples: Realistic request/response examples for seamless integration