...
Code Block | ||
---|---|---|
| ||
POST /auth/aac-69255d98-ab0e-4758-92a7-cacbf3073efa/rp/doConfirm host: auth1.lab.openbanking.ae Content-Type: application/x-www-form-urlencoded DebtorAccount.IdentificationType=UAEOF.IBAN &CreditorAccount.IdentificationType=UAEOF.IBAN ... |
4.5.6 The LFI Returns an Authorization Code to the TPP
...
Code Block |
---|
HTTP/1.1 200 OK Content-Type: application/jwt x-fapi-interaction-id: 942a7ee7-d29a-45aa-93b7-c5f292d86602 { "alg": "PS256", "kid": "e1be6bf3-76e6-4e53-92b9-c46423757ab1" } . { "iss": "string", "exp": 0.5, "nbf": 0.5, "aud": [ "string" ], "iat": 0.5, "message": { "Data": { "BaseConsentId": "aac-69255d98-ab0e-4758-92a7-cacbf3073efa", "ConsentId": "aac-69255d98-ab0e-4758-92a7-cacbf3073efa", "CreditorAccountRefundAccount": { "IdentificationType": "UAEOF.IBAN", "Identification": "string", "Name": { "en": "string", "ar": "string" } }, "Links": { "Self": "/payment-consents/aac-69255d98-ab0e-4758-92a7-cacbf3073efa/refund" }, "Meta": {} } } . <<signature>> |
...