☑️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

phone - phone number account - IBAN account Response 2хх OK signed JWT token with payload:

{ 
“linked”: true/false
}

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.