{
"aliasValue": "1231231234",
"transactionDetails": {
"currencyCode": "USD"
},
"aliasType": "PHONE",
"userDetails": {
"userName": "username1234"
}
}curl --location 'https://mock.apidog.com/m1/537337-0-default/Resolve' \
--header 'ExtSystemid: ECOM_GOLD_BANK' \
--header 'login: SECURE_LOGIN' \
--header 'password: SECURE_PASSWORD' \
--header 'orderNumber: 1234' \
--header 'RegDate: 2023-09-12 12:16:00 ' \
--header 'x-uws-clientdn: GOLDENBANK' \
--header 'charset: UTF-8' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"aliasValue": "1231231234",
"transactionDetails": {
"currencyCode": "USD"
},
"aliasType": "PHONE",
"userDetails": {
"userName": "username1234"
}
}'{
"orderId": "587985",
"directoryName": "STANDARD_VISA",
"paymentCredentials": [
{
"type": "CARD",
"cardType": "Visa Platinum",
"issuerName": "Bank A",
"nameOnCard": "John Doe",
"accountNumber": "41111111****1142",
"expirationDate": "2030-01",
"lastFourDigits": "1142",
"accountNumberType": "PAN"
}
],
"profile": {
"firstName": "Alex",
"lastName": "M",
"middleName": "Robert",
"contactInfo": [
{
"type": "PHONE",
"value": "1231234321"
}
],
"dateOfBirth": "1980-02-01"
},
"identification": {
"type": "PASSPORT",
"value": "A123456",
"verificationDetails": {
"authDateTime": "2021-01-01T22:52:46.000Z",
"verifiedEmail": true,
"verifiedPhone": false
}
},
"tokenInfo": {
"tokenid": "503226",
"tokenexpiry": "2026-02-24T19:01:07",
"token": "eyJhbGciOi..."
}
}