Signature: t=<current timestamp>, s=<base64 encoded signature>
{
SEP01_TOML: "https://janchor.alfredpay.io/.well-known/stellar.toml",
SANDBOX_VIBRANT_HOST: "https://vibrant.wallet.io"
}
{
"eventType": "KYC",
"userAddress": "GDTD5OJVOQOLDQEL6UOTGLHCCSYIHFXTFS5RZ5F3ANMTWTYE6IA45IYX",
"status": UserStatusEnum, // More Details later
"failReason": "string"
}
{
"eventType": "activateCard",
"userAddress": "GDTD5OJVOQOLDQEL6UOTGLHCCSYIHFXTFS5RZ5F3ANMTWTYE6IA45IYX"
}
{
"eventType": "walletWithdrawal",
"status": PaymentStatusEnum
}
{
"eventType": "walletDeposit",
"status": PaymentStatusEnum
}
{
"eventType": "sendPaymentCard",
"userAddress": "GDTD5OJVOQOLDQEL6UOTGLHCCSYIHFXTFS5RZ5F3ANMTWTYE6IA45IYX",
"data": {
"amount": "amount",
"date": "date",
"id": "id",
"address": "address",
"merchant": "merchant",
"assetCode": "USDC",
"rate": "rate USDC / ARS"
},
"status": PaymentStatusEnum
}
{
"completed": "completed",
"pending": "pending",
"failed": "failed"
}
To configure the webhook in the sandbox environment you can use this API.