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 Recipient Management APIs: The B2B API suite now includes new endpoints to add, update, and retrieve recipient details, making it easier to manage business payments.

Securely manage recipient records with comprehensive APIs for adding, updating, and retrieving recipient details using OAuth 2.0 authentication.

Recipient API Endpoints

Add Recipient

  • Endpoint: POST /v2/customers/:customer_id/recipients.
  • Purpose: Register a new recipient with personal and bank account details for future payments.
  • Highlights:
    • Supports both individual and corporate recipients.
    • Collects comprehensive recipient information (name, contact, address, country).
    • Flexible bank account input: IBAN, account number + SWIFT, routing codes, and more.

Update Recipient

  • Endpoint: PUT /v2/customers/:customer_id/recipients/:recipient_id.
  • Purpose: Update an existing recipient’s details, such as contact information or bank account data.
  • Highlights:
    • Modify recipient personal, contact, or bank details.
    • Maintain up-to-date records for compliance and payment accuracy.

Get All Recipients

  • Endpoint: GET /v2/customers/:customer_id/recipients.
  • Purpose: Retrieve a list of all recipients registered for a specific customer.
  • Highlights:
    • List all recipients for a customer, including their details and status.
    • Supports pagination for large recipient lists.
    • Useful for displaying recipient options in your application.