Integration Service
integer · int32 · requiredstring · requiredstring · requirednumber · decimal · required
dgpara-wallets
Operations addressed under /dgpara-wallets — 2 operations.
create-dg-para-wallet-token
POST
https://dg-sandbox.dgpays.com/integration-service
/dgpara-wallets/access-token
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CreateDgParaWalletTokenDto.
| Field | Declared type | Nullable |
|---|---|---|
AccessToken | string | no |
ExpireIn | int | no |
Member names are the service's declaration names.
create-dg-para-wallet-token › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
No data returned
installment-debt-payment
POST
https://dg-sandbox.dgpays.com/integration-service
/dgpara-wallets/installment-payment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<InstallmentDebtPaymentDto>.
| Field | Declared type | Nullable |
|---|---|---|
ResponseCode | string | no |
ResponseMessage | string | no |
Member names are the service's declaration names.
installment-debt-payment › Request Body
borrowerChannelIdcitizenIddescriptiontransactionAmountinstallment-debt-payment › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
No data returned