Alfred Integration Documentation
  • 🌐Welcome
    • Getting Started
    • alfred Overview
      • Authentication
      • Core Concepts & Use Cases
      • System Resource Names
      • Error & Status Codes
      • Required Documents for KYC by Country
      • Example Workflow Execution
    • Postman Collection
  • 🔌PENNY API General Integration
    • Penny API - Operations
      • Account Information + Get uuid Initial Transaction
      • KYC Lite + Get Access Token
      • KYC Full
      • Payment Method + Get Process Token
      • Add Bank or Update Bank
      • Submit Transaction
      • {URL-Customer-Webhook}
      • Approval Invoice (Pay Out Only)
    • Penny API - Reports
      • Consult Quote
      • Consult Payment Wallet
      • Consult All Invoices
      • Consult Individual Invoice by Invoice ID
      • Consult transactions by User's Wallet
  • 🖱️Stellar Blockchain Integration
    • Stellar API Integration - Operations
      • Auth (Get)
      • Auth (Post)
      • (Stellar) My Info - Get Account info & uuid Initial Transaction
      • KYC Lite + Get Access Token
      • KYC Full
      • Payment Method + Get Process Token
      • Add Bank or Update Bank
      • Submit Transaction
      • {URL-Customer-Webhook}
      • Approval Invoice (Pay Out Only)
    • Stellar API Integration - Reports
      • Consult All Invoices
      • Consult Payment Wallet
      • Consult Individual Invoice by Invoice ID
      • Consult transactions by User's Wallet
  • 🎒Educational Content
    • Step-by-Step Videos
      • Getting Started
      • API Integration
      • Pay Out Requirements by Country
        • 🇲🇽Mexico
        • 🇦🇷Argentina
        • 🇧🇷Brazil
Powered by GitBook
On this page
  1. Stellar Blockchain Integration
  2. Stellar API Integration - Operations

Auth (Get)

An Initial Transaction is created and signed from our end once you provide your public key.

Description:

This endpoint is designed to send a 'signed' initial transaction from your end and sent to our alfred ecosystem to receive a signature. It primarily aids in verifying keys and initiating transactions, either for depositing (in) or withdrawing (out) funds.

Mode:

GET

Node:

https://janchor.alfredpay.io/auth?account=PublicKey

GET https://janchor.alfredpay.io/auth?account=PublicKey

An Initial Transaction is 'signed' on your end and sent to our alfred ecosystem to receive a signature.

Query Parameters

Name
Type
Description

Account

--

Public Key

// 
{
    "transaction": "AAAAAgAAAAD0UiAENqmx2HnttCl9e6hJezwVxa1rppLRdungMvnVvQAAAMgAAAAAAAAAAAAAAAEAAAAAZWSbtAAAAABlZJ84AAAAAAAAAAIAAAABAAAAANIOKXzQTY/75asUahqFLy71nJ74Tnbpi7sqp8i36olsAAAACgAAABlqYW5jaG9yLmFsZnJlZHBheS5pbyBhdXRoAAAAAAAAAQAAAEBaeXJTUXhFZEhTbm9yT2M2L0hzN1RodmwyK2RSeUxybGJyRmJqZnFHK09uVkRHaTBUeFNFUWc3OGxDOW9sQWFHAAAAAQAAAAD0UiAENqmx2HnttCl9e6hJezwVxa1rppLRdungMvnVvQAAAAoAAAAPd2ViX2F1dGhfZG9tYWluAAAAAAEAAAAUamFuY2hvci5hbGZyZWRwYXkuaW8AAAAAAAAAATL51b0AAABA3bAYytpaW54DTlIafDS020hN/zAMErAPV/v4x4vvG2pI1x444lUQn7uPC45Nw/QwoSdBMVsrSgDD05iG8wZDCA==",
    "network_passphrase": "Test SDF Network ; September 2015"
}

Last updated 1 year ago

🖱️