The content of the request.
Transactions (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/accounts/{account_id}/topups
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "amount": { "value": 10000, "currency": "EUR" }, "payment_method_id": "string" }
The Top-Up was successfully created.
The amount of the Top-Up.
The current status of the Top-Up.
Error code forwarded by the Acquirer's API (in case there was an error on the Acquirer's end).
If the Acquirer declines the Top-Up, then this property will contain the decline code forwarded by the Acquirer's API.
The reason why the Top-Up was cancelled. Only present if the status
is 'CANCELLED'.
The reason why the Top-Up was declined. Usually present if the status
is 'DECLINED' due to a technical issue.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
{ "id": "b76cdcc321d345618084feedc47bbb1d", "amount": { "value": 10000, "currency": "EUR" }, "acquirer_error_code": null, "acquirer_decline_code": null, "cancellation_reason": "abandoned", "decline_reason": null, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED", "instruction_id": "3eba1ee2d8bc4d5883d350031a5fe9d8" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/accounts/{account_id}/topups
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
The amount of the Top-Up.
The current status of the Top-Up.
Error code forwarded by the Acquirer's API (in case there was an error on the Acquirer's end).
If the Acquirer declines the Top-Up, then this property will contain the decline code forwarded by the Acquirer's API.
The reason why the Top-Up was cancelled. Only present if the status
is 'CANCELLED'.
The reason why the Top-Up was declined. Usually present if the status
is 'DECLINED' due to a technical issue.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
Instruction ID of the Solaris credit transfer transaction.
[ { "id": "b76cdcc321d345618084feedc47bbb1d", "amount": { … }, "acquirer_error_code": null, "acquirer_decline_code": null, "cancellation_reason": "abandoned", "decline_reason": null, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED", "instruction_id": "3eba1ee2d8bc4d5883d350031a5fe9d8" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/accounts/{account_id}/topups/{topup_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The Top-Up was found.
The amount of the Top-Up.
The current status of the Top-Up.
Error code forwarded by the Acquirer's API (in case there was an error on the Acquirer's end).
If the Acquirer declines the Top-Up, then this property will contain the decline code forwarded by the Acquirer's API.
The reason why the Top-Up was cancelled. Only present if the status
is 'CANCELLED'.
The reason why the Top-Up was declined. Usually present if the status
is 'DECLINED' due to a technical issue.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
{ "id": "b76cdcc321d345618084feedc47bbb1d", "amount": { "value": 10000, "currency": "EUR" }, "acquirer_error_code": null, "acquirer_decline_code": null, "cancellation_reason": "abandoned", "decline_reason": null, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED", "instruction_id": "3eba1ee2d8bc4d5883d350031a5fe9d8" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/accounts/{account_id}/topups/{topup_id}/cancel
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "cancellation_reason": "abandoned" }
The Top-Up was cancelled.
The amount of the Top-Up.
The current status of the Top-Up.
Error code forwarded by the Acquirer's API (in case there was an error on the Acquirer's end).
If the Acquirer declines the Top-Up, then this property will contain the decline code forwarded by the Acquirer's API.
The reason why the Top-Up was cancelled. Only present if the status
is 'CANCELLED'.
The reason why the Top-Up was declined. Usually present if the status
is 'DECLINED' due to a technical issue.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
{ "id": "b76cdcc321d345618084feedc47bbb1d", "amount": { "value": 10000, "currency": "EUR" }, "acquirer_error_code": null, "acquirer_decline_code": null, "cancellation_reason": "abandoned", "decline_reason": null, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED", "instruction_id": "3eba1ee2d8bc4d5883d350031a5fe9d8" }