- TranSwap Api v1.8.8
- Access Token
- Accounts
- Contacts
- Conversions
- References
- Transfers
- Wallets
- CallBacks
Transfer Notification
POST
/v1/CallBacks/Transfer
CallBacks
Last modified:2024-09-11 00:41:03
Maintainer:Not configured
Transfer Notification
simulation.Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
The Abstract CallBack information used in CallBacks APIs.
event_id
string <uuid>
optional
account_id
string <uuid>
optional
status
stringÂ
optional
status_message
stringÂ
optional
previous_status
stringÂ
optional
created_timestamp
stringÂ
optional
(e.g 2018-03-22T16:08:02+00:00)
transfer_id
string <uuid>
optional
transfer_number
stringÂ
optional
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/CallBacks/Transfer' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2024-09-11 00:41:03