...
Code Block | ||
---|---|---|
| ||
{ "alg": "PS256", "kid": "e1be6bf3-76e6-4e53-92b9-c46423757ab1" } . { "iss": "string", "exp": 0.5, "nbf": 0.5, "aud": [ "string" ], "iat": 0.5, "message": { "Data": { "ConsentId": "aac-69255d98-ab0e-4758-92a7-cacbf3073efa", "BaseConsentId": "abc-19877d98-ab0e-4758-92a7-vvffr1234abv", "IsSingleAuthorization": true, "AuthorizationExpirationDateTime": "2024-05-01T03:00:00.000Z", "ExpirationDateTime": "2024-10-01T00:00:00.000Z", "ConsentStatus": "AwaitingAuthorization", "ConsentStatusUpdateDateTime": "2024-05-01T00:00:00.000Z", "CreationDateTime": "2024-05-01T00:00:00.000Z", "ControlParameters": { "ConsentSchedule": { "MultiPayment": { "MaximumCumulativeNumberOfPayments": 10, "PeriodicSchedule": { "Type": "VariablePeriodicSchedule", "PeriodType": "Day", "PeriodStartDate": "2024-05-01", "MaximumIndividualAmount": { "Amount": "100.00", "Currency": "AED" } } } } }, "PersonalIdentifiableInformation": "eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZHQ00ifQ.UGhIOguC7...aQeF_PXwJZ4g.48V1_ALb6US04U3b.5eym5T...QzAAE=.XFBoMY...wifLw",, "DebtorReference": "string", "CreditorReference": "string", "PaymentPurposeCode": "ABCD", "PaymentConsumption": { "CumulativeValueOfPayments": { "Amount": "1000.00", "Currency": "AED" }, "CumulativeNumberOfPayments": 10 } }, "Links": { "Self": "/payment-consents/aac-69255d98-ab0e-4758-92a7-cacbf3073efa", "Related": [] }, "EventMeta": { "EventDateTime": "220242024-05-01T00:00:00.000Z", "EventResource": ""/payment-consents/aac-69255d98-ab0e-4758-92a7-cacbf3073efa", "EventType": "Resource.Created", "ConsentId": "aac-69255d98-ab0e-4758-92a7-cacbf3073efa" } } } . <<signature>> |
...
The PaymentId
is returned within in the HTTP Location
Header URL under the /payments
resource.
...