Get alias status
The bank has the ability to contact the DCM platform and verify the status of a client's alias (phone number) in relation to the IBAN account number within this bank.
For this purpose, the GET /alias_status method is used.
Endpoint: GET/api/v1/p2p/alias
Payload: absent
The GET request contains all the necessary parameters within the URL structure of the request. GET/api/v1/p2p/alias?phone={{phone}}&account={{IBAN}}
phone -
phone number
account -
IBAN account
Response 2хх OK
signed JWT token with payload:
Alias status:
true – the alias is linked to the IBAN account number provided in the request.
false – the alias is not linked to the IBAN account number provided in the request.