- Issue a push notification that can be used to verify Send transaction
Create a send transaction
Get all send transactions
Get a send transaction
Cancel a send transaction
Issue a one-time password that can be used to verify a send
Verify a send using a one-time password
Issue a push notification...
Deprecated in favour of Challenges endpoints
Starts the verification process for a Send in which a push notification is sent to a device belonging to the logged-in user that was previously enrolled through the /authentication_factors/push/{channel} endpoint.
You should only start this process if the Send transaction state is PENDING_CHALLENGE.
Security
auth_token and api-key
- "AUTHY": The push notification is sent on the user's device using Twilio Authy
- "BIOMETRIC": The push notification is sent to the user's device
Enum:"AUTHY""BIOMETRIC"
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/sends/{id}/challenges/push/{channel}
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/sends/{id}/challenges/push/{channel}
curl -i -X POST \
'https://sandbox.weavr.io/multi/sends/{id}/challenges/push/{channel}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
No content