EFix
  1. EFix
EFix
  • EFix Api Nasıl Kullanılır?
  • EFix
    • Buy Package
      POST
    • Buy Package Status
      POST
    • Balance
      POST
    • Package List
      POST
    • Package Reconciliation
      POST
  • Authentication
    • Authorize EFix
      POST
  1. EFix

Buy Package Status

POST
/efixapi/package-buy-status
EFix

Request

Body Params application/json
ref_code
string  | null 
required
Example
{
    "ref_code": "string"
}

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 'https://testapi.flyp.com.tr/efixapi/package-buy-status' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ref_code": "string"
}'

Responses

🟢200OK
application/json
OK
Body
object {0}
Example
{}
Modified at 2024-12-31 08:11:35
Previous
Buy Package
Next
Balance
Built with