{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreditorForAgreementCreation",
"type": "object",
"properties": {
"creditorId": {
"type": "string",
"description": "Unique identifier assigned to the Creditor by the CSP."
},
"creditorServiceProviderId": {
"type": "string",
"description": "Unique identifier assigned to the CSP during Mastercard onboarding."
},
"creditorReturnString": {
"type": "string",
"description": "Return string (in URL encoded format) that is passed to the DSP to return the Debtor back to the Creditor's checkout page."
}
}
}