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 Payment” and “Get Bank Transfer Instructions” APIs to the B2B API suite, enabling businesses to create FX conversions and retrieve detailed bank transfer instructions for pending international payments.

The Create Payment and Get Bank Transfer Instructions APIs are now available for integration. These endpoints provide comprehensive payment creation and bank transfer details for seamless international payment processing.

New Features

Create Payment API

  • Endpoint: POST /v3/customers/:customer_id/payments
  • Purpose: Create FX conversion and payment with recipient details
  • Key Features:
    • Supports single and multiple recipient payments
    • Validates payment amounts against quote details
    • Generates unique payment IDs for tracking
    • Returns comprehensive payment status and recipient information

Get Bank Transfer Instructions API

  • Endpoint: GET /v3/customers/:customer_id/payments/:payment_id/bank-transfer-instructions
  • Purpose: Retrieve detailed bank transfer instructions for pending payments
  • Key Features:
    • Returns complete bank account details (account number, routing number, SWIFT/BIC codes)
    • Provides payment-specific reference information
    • Includes transfer amount and currency details
    • Returns clear payment instructions and notes