Account Information + Get uuid Initial Transaction
We obtain the company registration data & User ID session in our alfredpay ecosystem.
Description:
This endpoint is designed to fetch company registration data and a unique session ID (uid
) within the AlfredPay Ecosystem. It primarily aids in obtaining business details and initiating transactions, either for depositing (in
) or withdrawing (out
) funds.
Mode:
POST
Node:
POST
/third-party-service/my-info
We obtain the company registration data & uid session in the alfredpay ecosystem
Headers
API-Key*
String
API-Secret*
String
Request Body
βtypeβ *
βinβ
other value can be βoutβ where you want to use offramp
"balance"*
0,
balance of wallet user, if type is βinβ (onramp) then balance is 0, when the type is βoutβ (offramp) you must set the balance crypto currency
"currency"*
"USDC"
crypto currency withdraw or Deposit (BTC, USDT, USDC)
"user"*
"fulano"
user wallet, can be username, email or phone number - If you are trying to integrate a non custodial wallet, input the user's public key.
"chain"*
"stellar"
blockchain can be stellar, ethereum, bitcoin LN or Network Banking
Considerations:
The unique identifier (uid
) is embedded within the response under the url
key in green text. This ID is crucial for tracking and managing the transaction within the AlfredPay Ecosystem.
If you are trying to integrate a non custodial wallet, input the user's public key under 'user'.
Last updated